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 TypeMethodDescriptionbooleanvoidsetGroupAllowed(boolean groupAllowed) Sets whether a user can group by this column.Methods inherited from interface io.jmix.ui.component.Component.HasCaption
getCaption, setCaptionMethods inherited from interface io.jmix.ui.component.Component.HasDescription
getDescription, setDescriptionMethods inherited from interface io.jmix.ui.component.Component.HasXmlDescriptor
getXmlDescriptor, setXmlDescriptorMethods inherited from interface io.jmix.ui.component.HasFormatter
getFormatter, setFormatterMethods inherited from interface io.jmix.ui.component.HasHtmlCaption
isCaptionAsHtml, setCaptionAsHtmlMethods 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
-