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, setAttributeVisibility
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, show
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, toggle
getId, getPull, insert, insert, remove, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove
add, adopt, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected 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–2020 JBoss by Red Hat. All rights reserved.