Class CellContext<T>


  • public class CellContext<T>
    extends java.lang.Object
    • Constructor Detail

      • CellContext

        public CellContext()
    • Method Detail

      • getRow

        public org.zkoss.zul.Listitem getRow()
      • setRow

        public void setRow​(org.zkoss.zul.Listitem row)
      • getRowEntry

        public T getRowEntry()
      • setRowEntry

        public void setRowEntry​(T rowEntry)
      • getRowEntryDataType

        public DataType getRowEntryDataType()
      • setRowEntryDataType

        public void setRowEntryDataType​(DataType rowEntryDataType)
      • getCellProperty

        public java.lang.String getCellProperty()
      • setCellProperty

        public void setCellProperty​(java.lang.String cellProperty)
      • getParentEditorProperty

        public java.lang.String getParentEditorProperty()
      • setParentEditorProperty

        public void setParentEditorProperty​(java.lang.String parentEditorProperty)
      • setWidgetInstanceManager

        public void setWidgetInstanceManager​(WidgetInstanceManager widgetInstanceManager)
      • getColumnConfig

        public ListColumn getColumnConfig()
      • setColumnConfig

        public void setColumnConfig​(ListColumn columnConfig)
      • isInlineEditingEnabled

        public boolean isInlineEditingEnabled()
      • setInlineEditingEnabled

        public void setInlineEditingEnabled​(boolean inlineEditingEnabled)
      • getChangeListener

        public org.zkoss.zk.ui.event.EventListener getChangeListener()
      • setChangeListener

        public void setChangeListener​(org.zkoss.zk.ui.event.EventListener changeListener)