Class JmixFieldGroupLayoutState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractComponentContainerState
com.vaadin.shared.ui.AbstractLayoutState
com.vaadin.shared.ui.gridlayout.GridLayoutState
io.jmix.ui.widget.client.fieldgrouplayout.JmixFieldGroupLayoutState
- All Implemented Interfaces:
Serializable
public class JmixFieldGroupLayoutState
extends com.vaadin.shared.ui.gridlayout.GridLayoutState
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.shared.ui.gridlayout.GridLayoutState
com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
-
Field Summary
Modifier and TypeFieldDescriptionint[]
int
boolean
Fields inherited from class com.vaadin.shared.ui.gridlayout.GridLayoutState
ALIGNMENT_DEFAULT, childData, colExpand, columns, explicitColRatios, explicitRowRatios, hideEmptyRowsAndColumns, marginsBitmask, rowExpand, rows, spacing
Fields inherited from class com.vaadin.shared.ui.AbstractLayoutState
requiredIndicatorVisible
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
-
Field Details
-
useInlineCaption
public boolean useInlineCaption -
columnFieldCaptionWidth
public int[] columnFieldCaptionWidth -
fieldCaptionWidth
public int fieldCaptionWidth -
columnsCaptionAlignment
-
columnsCaptionAlignments
-
-
Constructor Details
-
JmixFieldGroupLayoutState
public JmixFieldGroupLayoutState()
-