Class JmixFieldGroupLayoutConnector
java.lang.Object
com.vaadin.client.ui.AbstractConnector
com.vaadin.client.ui.AbstractComponentConnector
com.vaadin.client.ui.AbstractHasComponentsConnector
com.vaadin.client.ui.AbstractComponentContainerConnector
com.vaadin.client.ui.gridlayout.GridLayoutConnector
io.jmix.ui.widget.client.gridlayout.JmixGridLayoutConnector
io.jmix.ui.widget.client.fieldgrouplayout.JmixFieldGroupLayoutConnector
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,com.vaadin.client.communication.StateChangeEvent.StateChangeHandler,com.vaadin.client.ComponentConnector,com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler,com.vaadin.client.DirectionalManagedLayout,com.vaadin.client.HasComponentsConnector,com.vaadin.client.HasWidget,com.vaadin.client.Paintable,com.vaadin.client.ServerConnector,com.vaadin.client.ui.HasContextHelpConnector,com.vaadin.client.ui.HasErrorIndicator,com.vaadin.client.ui.HasRequiredIndicator,com.vaadin.client.ui.ManagedLayout,com.vaadin.shared.Connector,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected booleanFields inherited from class com.vaadin.client.ui.AbstractComponentConnector
SIGNIFICANT_MOVE_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gwt.dom.client.ElementfindCaptionTextChildElement(com.google.gwt.user.client.Element captionElement) protected intgetMaxCaptionWidth(com.vaadin.client.ui.VGridLayout.Cell cell) getState()protected booleanisCaptionInlineApplicable(com.vaadin.client.ui.VGridLayout.Cell cell) voidonConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event) voidonStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) protected voidresetIndicatorsWidth(com.vaadin.client.ui.VGridLayout.Cell[] column) protected voidvoidupdateCaption(com.vaadin.client.ComponentConnector childConnector) protected voidprotected voidupdateCaptionAlignments(int index, com.vaadin.client.ui.VGridLayout.Cell[] column) voidprotected voidupdateCaptionSizes(int index, com.vaadin.client.ui.VGridLayout.Cell[] column) Methods inherited from class io.jmix.ui.widget.client.gridlayout.JmixGridLayoutConnector
isRequiredIndicatorVisible, updateFromUIDLMethods inherited from class com.vaadin.client.ui.gridlayout.GridLayoutConnector
init, layoutHorizontally, layoutVertically, onUnregister, updateWidgetSizeMethods inherited from class com.vaadin.client.ui.AbstractHasComponentsConnector
addConnectorHierarchyChangeHandler, getChildComponents, setChildComponentsMethods inherited from class com.vaadin.client.ui.AbstractComponentConnector
contextHelpIconClick, contextHelpIconClick, createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasContextHelpIconListeners, hasTooltip, isContextHelpIconEnabled, isContextHelpTooltipEnabled, isErrorIndicatorVisible, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onDragSourceAttached, onDragSourceDetached, onDropTargetAttached, onDropTargetDetached, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetStyleNamesMethods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, unregisterRpcMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.client.ComponentConnector
delegateCaptionHandling, flush, getLayoutManager, getTooltipInfo, hasTooltip, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, setWidgetEnabledMethods inherited from interface com.vaadin.shared.Connector
getConnectorIdMethods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledState
-
Field Details
-
CAPTIONTEXT_STYLENAME
- See Also:
-
ALIGN_RIGHT_STYLENAME
- See Also:
-
initialStateChangePerformed
protected boolean initialStateChangePerformed
-
-
Constructor Details
-
JmixFieldGroupLayoutConnector
public JmixFieldGroupLayoutConnector()
-
-
Method Details
-
getWidget
- Specified by:
getWidgetin interfacecom.vaadin.client.HasWidget- Overrides:
getWidgetin classJmixGridLayoutConnector
-
getState
- Specified by:
getStatein interfacecom.vaadin.client.ComponentConnector- Specified by:
getStatein interfacecom.vaadin.client.ServerConnector- Overrides:
getStatein classcom.vaadin.client.ui.gridlayout.GridLayoutConnector
-
setDefaultCaptionParameters
- Overrides:
setDefaultCaptionParametersin classJmixGridLayoutConnector
-
updateCaption
public void updateCaption(com.vaadin.client.ComponentConnector childConnector) - Specified by:
updateCaptionin interfacecom.vaadin.client.HasComponentsConnector- Overrides:
updateCaptionin classJmixGridLayoutConnector
-
onStateChanged
public void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) - Specified by:
onStateChangedin interfacecom.vaadin.client.communication.StateChangeEvent.StateChangeHandler- Overrides:
onStateChangedin classcom.vaadin.client.ui.gridlayout.GridLayoutConnector
-
onConnectorHierarchyChange
public void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent event) - Specified by:
onConnectorHierarchyChangein interfacecom.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler- Overrides:
onConnectorHierarchyChangein classcom.vaadin.client.ui.gridlayout.GridLayoutConnector
-
updateCaptionAlignments
protected void updateCaptionAlignments() -
updateCaptionAlignments
protected void updateCaptionAlignments(int index, com.vaadin.client.ui.VGridLayout.Cell[] column) -
updateCaptionSizes
public void updateCaptionSizes() -
updateCaptionSizes
protected void updateCaptionSizes(int index, com.vaadin.client.ui.VGridLayout.Cell[] column) -
getMaxCaptionWidth
protected int getMaxCaptionWidth(com.vaadin.client.ui.VGridLayout.Cell cell) -
findCaptionTextChildElement
@Nullable protected com.google.gwt.dom.client.Element findCaptionTextChildElement(com.google.gwt.user.client.Element captionElement) -
resetIndicatorsWidth
protected void resetIndicatorsWidth(com.vaadin.client.ui.VGridLayout.Cell[] column) -
isCaptionInlineApplicable
protected boolean isCaptionInlineApplicable(com.vaadin.client.ui.VGridLayout.Cell cell)
-