Package io.jmix.ui.component
Interface GroupTable.GroupColumn<E>
- Type Parameters:
E
- row item type
- All Superinterfaces:
Component.HasCaption
,Component.HasDescription
,Component.HasXmlDescriptor
,HasFormatter
,HasHtmlCaption
,Table.Column<E>
- All Known Implementing Classes:
GroupTableImpl.GroupColumnImpl
- Enclosing interface:
- GroupTable<E>
GroupTable column.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.component.Table.Column
Table.Column.ClickEvent<E>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setGroupAllowed
(boolean groupAllowed) Sets whether a user can group by this column.Methods inherited from interface io.jmix.ui.component.Component.HasCaption
getCaption, setCaption
Methods inherited from interface io.jmix.ui.component.Component.HasDescription
getDescription, setDescription
Methods inherited from interface io.jmix.ui.component.Component.HasXmlDescriptor
getXmlDescriptor, setXmlDescriptor
Methods inherited from interface io.jmix.ui.component.HasFormatter
getFormatter, setFormatter
Methods inherited from interface io.jmix.ui.component.HasHtmlCaption
isCaptionAsHtml, setCaptionAsHtml
Methods inherited from interface io.jmix.ui.component.Table.Column
addClickListener, getAggregation, getAlignment, getExpandRatio, getId, getMaxTextLength, getMetaPropertyPath, getMetaPropertyPathNN, getOwner, getStringId, getValueDescription, getValueProvider, getWidth, isAggregationEditable, isCollapsed, isEditable, isSortable, setAggregation, setAlignment, setCollapsed, setColumnGenerator, setEditable, setExpandRatio, setMaxTextLength, setOwner, setSortable, setValueDescription, setValueProvider, setWidth
-
Method Details
-
isGroupAllowed
boolean isGroupAllowed()- Returns:
- whether a user can group by this column
-
setGroupAllowed
Sets whether a user can group by this column.- Parameters:
groupAllowed
- whether a user can group by this column
-