public abstract class AttributeSelectorPopup
extends org.uberfire.ext.widgets.common.client.common.popups.FormStylePopup
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
protected org.gwtbootstrap3.client.ui.TextBox |
box |
protected org.gwtbootstrap3.client.ui.ListBox |
list |
| Constructor and Description |
|---|
AttributeSelectorPopup() |
AttributeSelectorPopup(com.google.gwt.user.client.ui.Image icon,
String title) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.user.client.ui.Image |
getAddButton() |
protected abstract String[] |
getAttributes() |
protected com.google.gwt.event.dom.client.ClickHandler |
getMetadataHandler() |
protected abstract String[] |
getReservedAttributes() |
protected abstract void |
handleAttributeAddition(String attributeName) |
protected abstract void |
handleMetadataAddition(String metadataName) |
protected void |
initialize() |
protected void |
initialize(org.gwtbootstrap3.client.ui.TextBox box,
org.gwtbootstrap3.client.ui.ListBox list) |
protected abstract boolean |
isMetadataUnique(String metadataName) |
protected abstract String |
metadataNotUniqueMessage(String metadataName) |
addAttribute, addAttribute, addAttributeWithHelp, addRow, clear, setAttributeVisibilitygetEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, showadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, togglegetId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setVisible, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected org.gwtbootstrap3.client.ui.TextBox box
protected org.gwtbootstrap3.client.ui.ListBox list
public AttributeSelectorPopup()
public AttributeSelectorPopup(com.google.gwt.user.client.ui.Image icon,
String title)
protected final void initialize()
protected final void initialize(org.gwtbootstrap3.client.ui.TextBox box,
org.gwtbootstrap3.client.ui.ListBox list)
protected abstract String[] getAttributes()
protected abstract String[] getReservedAttributes()
protected abstract void handleAttributeAddition(String attributeName)
protected com.google.gwt.user.client.ui.Image getAddButton()
protected com.google.gwt.event.dom.client.ClickHandler getMetadataHandler()
protected abstract boolean isMetadataUnique(String metadataName)
protected abstract void handleMetadataAddition(String metadataName)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.