@Dependent public class OntologyEditorTier extends com.google.gwt.user.client.ui.FlowPanel implements com.google.gwt.user.client.ui.HasValue<List<OntologyClassBean>>, com.google.gwt.event.logical.shared.HasSelectionHandlers<OntologyClassBean>
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
OntologyEditorTier()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<OntologyClassBean> handler) |
com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<List<OntologyClassBean>> handler) |
List<OntologyClassBean> |
getValue() |
protected void |
onAddItem()
Called when the user clicks the 'Add Node' button.
|
protected void |
postConstruct()
Called after the widget is created.
|
protected void |
removeItem(OntologyEditorTierItem item)
Removes the ontology item/class.
|
protected void |
selectTierItem(OntologyEditorTierItem item)
Selects a specific item in the tier.
|
void |
setValidator(OntologyValidator validator) |
void |
setValue(List<OntologyClassBean> value) |
void |
setValue(List<OntologyClassBean> value,
boolean fireEvents) |
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, 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, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait@PostConstruct protected void postConstruct()
protected void onAddItem()
public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<List<OntologyClassBean>> handler)
addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<List<OntologyClassBean>>HasValueChangeHandlers.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler)public List<OntologyClassBean> getValue()
getValue in interface com.google.gwt.user.client.TakesValue<List<OntologyClassBean>>getValue in interface com.google.gwt.user.client.ui.HasValue<List<OntologyClassBean>>HasValue.getValue()public void setValue(List<OntologyClassBean> value)
setValue in interface com.google.gwt.user.client.TakesValue<List<OntologyClassBean>>setValue in interface com.google.gwt.user.client.ui.HasValue<List<OntologyClassBean>>HasValue.setValue(java.lang.Object)public void setValue(List<OntologyClassBean> value, boolean fireEvents)
setValue in interface com.google.gwt.user.client.ui.HasValue<List<OntologyClassBean>>HasValue.setValue(java.lang.Object, boolean)protected void removeItem(OntologyEditorTierItem item)
List
as well as from the UI.item - protected void selectTierItem(OntologyEditorTierItem item)
item - public com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<OntologyClassBean> handler)
addSelectionHandler in interface com.google.gwt.event.logical.shared.HasSelectionHandlers<OntologyClassBean>HasSelectionHandlers.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler)public void setValidator(OntologyValidator validator)
validator - the validator to setCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.