org.icefaces.ace.model.table
Class RowState
java.lang.Object
org.icefaces.ace.model.table.RowState
- All Implemented Interfaces:
- java.io.Serializable
public class RowState
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowState
public RowState()
getExpansionType
public RowState.ExpansionType getExpansionType()
setExpansionType
public void setExpansionType(RowState.ExpansionType expansionType)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
isSelected
public boolean isSelected()
setSelected
public void setSelected(boolean selected)
isSelectable
public boolean isSelectable()
setSelectable
public void setSelectable(boolean selectable)
isExpanded
public boolean isExpanded()
setExpanded
public void setExpanded(boolean expanded)
isExpandable
public boolean isExpandable()
setExpandable
public void setExpandable(boolean expandable)
isEditable
public boolean isEditable()
setEditable
public void setEditable(boolean editable)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
getActiveCellEditorIds
public java.util.List<java.lang.String> getActiveCellEditorIds()
setActiveCellEditorIds
public void setActiveCellEditorIds(java.util.List<java.lang.String> activeCellEditorIds)
addActiveCellEditor
public void addActiveCellEditor(javax.faces.component.UIComponent editor)
- Convenience method to take the id of the CellEditor component and add it to the list of active editors
in the row state for a given row object.
Only call this method while DataTable has a row index set or the editor will be disabled for all rows.
- Parameters:
editor
-
removeActiveCellEditor
public void removeActiveCellEditor(javax.faces.component.UIComponent editor)
- Convenience method to take the id of the CellEditor component and remove it from the list of active editors
in the row state for a given row object.
Only call this method while DataTable has a row index set or the editor will be disabled for all rows.
- Parameters:
editor
-
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.