|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSimplePanel
com.vaadin.client.ui.VPanel
public class VPanel
| Field Summary | |
|---|---|
Element |
bottomDecoration
For internal use only. |
Element |
captionNode
For internal use only. |
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
Element |
contentNode
For internal use only. |
java.lang.String |
id
For internal use only. |
int |
scrollLeft
For internal use only. |
int |
scrollTop
For internal use only. |
ShortcutActionHandler |
shortcutHandler
For internal use only. |
| Constructor Summary | |
|---|---|
VPanel()
|
|
| Method Summary | |
|---|---|
void |
focus()
Sets focus to this widget. |
protected com.google.gwt.user.client.Element |
getContainerElement()
|
ShortcutActionHandler |
getShortcutActionHandler()
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler |
void |
makeScrollable()
Ensures the panel is scrollable eg. |
void |
onBrowserEvent(Event event)
|
void |
setCaption(java.lang.String text)
For internal use only. |
void |
setErrorIndicatorVisible(boolean showError)
For internal use only. |
void |
setFocus(boolean focus)
Sets the keyboard focus on the Panel |
void |
setIconUri(java.lang.String iconUri,
ApplicationConnection client)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
public ApplicationConnection client
public java.lang.String id
public final Element captionNode
public final Element bottomDecoration
public final Element contentNode
public ShortcutActionHandler shortcutHandler
public int scrollTop
public int scrollLeft
| Constructor Detail |
|---|
public VPanel()
| Method Detail |
|---|
public void setFocus(boolean focus)
focus - Should the panel have focus or not.public void focus()
Focusable
focus in interface Focusableprotected com.google.gwt.user.client.Element getContainerElement()
public void setCaption(java.lang.String text)
public void setErrorIndicatorVisible(boolean showError)
public void setIconUri(java.lang.String iconUri,
ApplicationConnection client)
public void onBrowserEvent(Event event)
public ShortcutActionHandler getShortcutActionHandler()
ShortcutActionHandler.ShortcutActionHandlerOwner
getShortcutActionHandler in interface ShortcutActionHandler.ShortcutActionHandlerOwnerpublic void makeScrollable()
For internal use only. May be removed or replaced in the future.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||