|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.sage.swt.client.widget.property.MenuItemsPropertyEditorWidget
public class MenuItemsPropertyEditorWidget
Property editor for the menu items property.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
MenuItemsPropertyEditorWidget(Property property,
SwtWidget swtWidget,
SwtErrorStack errorStack)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getPropertyValue()
Gets the property value that is shown in the property area of the UI Designer. |
boolean |
isDataLoaded()
Indicates whether the PropertyEditorWidget has already loaded the
property data |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event)
|
void |
onPopupFormClosed(SwtPopupFormClosedEvent event)
Fired when a SwtPopup is closed. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MenuItemsPropertyEditorWidget(Property property, SwtWidget swtWidget, SwtErrorStack errorStack)
property
- The Property
being edited.swtWidget
- The SwtWidget
that uses this property.errorStack
- The SwtErrorStack
that stores the list of errors that
will be displayed to the user.Method Detail |
---|
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
public void onPopupFormClosed(SwtPopupFormClosedEvent event)
onPopupFormClosed
in interface SwtPopupFormClosedHandler
event
- the eventpublic java.lang.Object getPropertyValue()
getPropertyValue
in interface PropertyEditorWidget
public boolean isDataLoaded()
PropertyEditorWidget
has already loaded the
property data
isDataLoaded
in interface HasDataToLoad
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |