public class RowState
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RowState.ExpansionType |
| Constructor and Description |
|---|
RowState() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
addSelectedCell(javax.faces.component.UIComponent column) |
java.util.List<java.lang.String> |
getActiveCellEditorIds() |
RowState.ExpansionType |
getExpansionType() |
java.util.List<java.lang.String> |
getSelectedColumnIds() |
java.lang.String |
getType() |
boolean |
isEditable() |
boolean |
isExpandable() |
boolean |
isExpanded() |
boolean |
isSelectable() |
boolean |
isSelected() |
boolean |
isVisible() |
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.
|
void |
removedSelectedCell(javax.faces.component.UIComponent column) |
void |
setActiveCellEditorIds(java.util.List<java.lang.String> activeCellEditorIds) |
void |
setEditable(boolean editable) |
void |
setExpandable(boolean expandable) |
void |
setExpanded(boolean expanded) |
void |
setExpansionType(RowState.ExpansionType expansionType) |
void |
setSelectable(boolean selectable) |
void |
setSelected(boolean selected) |
void |
setSelectedColumnIds(java.util.List<java.lang.String> selectedColumnIds) |
void |
setType(java.lang.String type) |
void |
setVisible(boolean visible) |
public RowState.ExpansionType getExpansionType()
public void setExpansionType(RowState.ExpansionType expansionType)
public java.lang.String getType()
public void setType(java.lang.String type)
public boolean isSelected()
public void setSelected(boolean selected)
public boolean isSelectable()
public void setSelectable(boolean selectable)
public boolean isExpanded()
public void setExpanded(boolean expanded)
public boolean isExpandable()
public void setExpandable(boolean expandable)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isVisible()
public void setVisible(boolean visible)
public java.util.List<java.lang.String> getActiveCellEditorIds()
public java.util.List<java.lang.String> getSelectedColumnIds()
public void setSelectedColumnIds(java.util.List<java.lang.String> selectedColumnIds)
public void addSelectedCell(javax.faces.component.UIComponent column)
public void removedSelectedCell(javax.faces.component.UIComponent column)
public void setActiveCellEditorIds(java.util.List<java.lang.String> activeCellEditorIds)
public void addActiveCellEditor(javax.faces.component.UIComponent editor)
editor - public void removeActiveCellEditor(javax.faces.component.UIComponent editor)
editor - Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.