|
||||||||||
| 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
org.eaglei.datatools.client.ui.EditWidget
public abstract class EditWidget
| 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 | |
|---|---|
protected org.eaglei.model.EIInstance |
eiInstance
|
protected com.google.gwt.user.client.ui.Label |
label
|
protected java.lang.String |
oldValue
|
protected org.eaglei.model.EIEntity |
propertyEntity
|
protected boolean |
shouldShowLabel
|
protected com.google.gwt.user.client.ui.HorizontalPanel |
widgetPanel
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Method Summary | |
|---|---|
abstract EditWidget |
duplicateBlank()
|
protected java.lang.String |
getLabel()
|
protected org.eaglei.model.EIURI |
getOldEIURIValue()
|
protected java.lang.String |
getOldStringValue()
|
protected boolean |
hasOldValue()
|
protected abstract void |
removeValue()
|
protected void |
setLabelContents(java.lang.String newContents)
|
void |
setShouldShowLabel(boolean shouldShowLabel)
|
boolean |
shouldShowLabel()
|
protected void |
updateOldValue(org.eaglei.model.EIURI oldValue)
|
protected void |
updateOldValue(java.lang.String oldValue)
|
| 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 |
|---|
addDomHandler, addHandler, 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, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected com.google.gwt.user.client.ui.HorizontalPanel widgetPanel
protected org.eaglei.model.EIInstance eiInstance
protected org.eaglei.model.EIEntity propertyEntity
protected java.lang.String oldValue
protected boolean shouldShowLabel
protected com.google.gwt.user.client.ui.Label label
| Method Detail |
|---|
protected void setLabelContents(java.lang.String newContents)
protected void updateOldValue(java.lang.String oldValue)
protected void updateOldValue(org.eaglei.model.EIURI oldValue)
protected abstract void removeValue()
public abstract EditWidget duplicateBlank()
protected org.eaglei.model.EIURI getOldEIURIValue()
protected java.lang.String getOldStringValue()
protected boolean hasOldValue()
public boolean shouldShowLabel()
protected java.lang.String getLabel()
public void setShouldShowLabel(boolean shouldShowLabel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||