public class JmixOrderedLayoutSlot
extends com.vaadin.client.ui.orderedlayout.Slot
implements com.google.gwt.event.dom.client.ClickHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.event.shared.HandlerRegistration |
clickHandlerRegistration |
static java.lang.String |
CONTEXT_HELP_CLASSNAME |
static java.lang.String |
CONTEXT_HELP_CLICKABLE_CLASSNAME |
protected com.google.gwt.dom.client.Element |
contextHelpIcon |
| Constructor and Description |
|---|
JmixOrderedLayoutSlot(com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout layout,
com.google.gwt.user.client.ui.Widget widget) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasContextHelpIconListeners(com.vaadin.shared.AbstractComponentState state) |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setCaption(java.lang.String captionText,
boolean contextHelpIconEnabled,
com.vaadin.client.ui.Icon icon,
java.util.List<java.lang.String> styles,
java.lang.String error,
boolean showError,
boolean required,
boolean enabled,
boolean captionAsHtml) |
getAlignment, getCaptionElement, getCaptionPosition, getCaptionResizeListener, getContainerElement, getErrorIndicatorElement, getExpandRatio, getHorizontalSpacing, getSpacingElement, getSpacingResizeListener, getVerticalSpacing, getWidgetResizeListener, hasCaption, hasRelativeHeight, hasRelativeWidth, hasSpacing, isRelativeInDirection, onAttach, onBrowserEvent, onDetach, remove, setAlignment, setCaption, setCaption, setCaption, setCaption, setCaptionPosition, setCaptionResizeListener, setErrorIndicatorElementVisible, setExpandRatio, setLayout, setRelativeHeight, setRelativeWidth, setSpacing, setSpacingResizeListener, setStyleNames, setWidget, setWidgetResizeListeneradd, getWidget, iterator, setWidgetadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final java.lang.String CONTEXT_HELP_CLASSNAME
public static final java.lang.String CONTEXT_HELP_CLICKABLE_CLASSNAME
protected com.google.gwt.dom.client.Element contextHelpIcon
protected com.google.gwt.event.shared.HandlerRegistration clickHandlerRegistration
public JmixOrderedLayoutSlot(com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout layout,
com.google.gwt.user.client.ui.Widget widget)
public void setCaption(java.lang.String captionText,
boolean contextHelpIconEnabled,
com.vaadin.client.ui.Icon icon,
java.util.List<java.lang.String> styles,
java.lang.String error,
boolean showError,
boolean required,
boolean enabled,
boolean captionAsHtml)
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandlerprotected boolean hasContextHelpIconListeners(com.vaadin.shared.AbstractComponentState state)