|
Betty v1.1.0 | |||||||||
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.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.CellPanel
com.google.gwt.user.client.ui.VerticalPanel
christophedelory.betty.admin.gwt.AbstractBettyPanel
christophedelory.betty.admin.gwt.AbstractIdPanel
public abstract class AbstractIdPanel
The base content panel.
Nested Class Summary | |
---|---|
protected class |
AbstractIdPanel.RemoveAsyncCallback
|
protected class |
AbstractIdPanel.UpdateAsyncCallback
|
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 |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
---|
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
---|
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant |
Field Summary | |
---|---|
protected boolean |
_allowRemove
Specifies that the associated object can be removed or not. |
Fields inherited from class christophedelory.betty.admin.gwt.AbstractBettyPanel |
---|
_application, _treeItem |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment |
---|
ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT |
Fields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment |
---|
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP |
Constructor Summary | |
---|---|
protected |
AbstractIdPanel(com.google.gwt.user.client.ui.TreeItem treeItem,
Betty application)
Creates an empty content panel. |
Method Summary | |
---|---|
void |
build()
Populates this content panel. |
protected void |
buildBody()
|
protected void |
buildFoot()
|
protected void |
buildHead()
|
protected abstract void |
remove()
Removes the associated content. |
protected void |
update()
Updates the associated content to the server. |
Methods inherited from class com.google.gwt.user.client.ui.VerticalPanel |
---|
add, getHorizontalAlignment, getVerticalAlignment, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignment |
Methods inherited from class com.google.gwt.user.client.ui.CellPanel |
---|
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing |
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
---|
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onAttach, onBrowserEvent, onDetach, removeFromParent |
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, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean _allowRemove
Constructor Detail |
---|
protected AbstractIdPanel(com.google.gwt.user.client.ui.TreeItem treeItem, Betty application)
treeItem
- the associated tree item. Shall not be null
.application
- the parent application. Shall not be null
.
NullPointerException
- if treeItem
is null
.
NullPointerException
- if application
is null
.AbstractBettyPanel.AbstractBettyPanel(TreeItem,Betty)
Method Detail |
---|
public final void build()
AbstractBettyPanel
build
in class AbstractBettyPanel
protected void buildHead()
protected void buildBody()
protected void buildFoot()
protected void update()
protected abstract void remove()
_allowRemove
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |