|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupPanel
A Panel with only a single slot, named 'contents' in XML. The panel has an outline around it and a title in the outline.
Method Summary | |
---|---|
void |
set(Widget w)
Sets the widget inside the panel |
void |
setInternalBorder(int internalBorder)
Sets the gap between the border outline and the component within. |
void |
setTitle(java.lang.String title)
Set the text. |
Methods inherited from interface com.leafdigital.ui.api.Panel |
---|
remove, removeAll, setBorder |
Methods inherited from interface com.leafdigital.ui.api.Widget |
---|
getID, getOwner, informClosed, isVisible, setOwner, setVisible |
Methods inherited from interface com.leafdigital.ui.api.WidgetParent |
---|
getWidgets |
Method Detail |
---|
void setTitle(java.lang.String title)
title
- Text for titlevoid set(Widget w)
w
- New widget, or null to removevoid setInternalBorder(int internalBorder)
internalBorder
- Internal border in pixels (if in doubt, use 4)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |