|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.joseluismartin.vaadin.ui.Box
public abstract class Box
Utility class for work with box layouts
Constructor Summary | |
---|---|
Box()
|
Method Summary | |
---|---|
static void |
addHorizontalGlue(com.vaadin.ui.AbstractOrderedLayout layout)
Try to imitate a HorizalGlue of Swing BoxLayout. |
static void |
addHorizontalStruct(com.vaadin.ui.AbstractOrderedLayout layout,
int width)
Try to imitate HorizontalStruct on Swing BoxLayout |
static void |
addVerticalGlue(com.vaadin.ui.AbstractOrderedLayout layout)
Try to imitate a VerticalGlue of Swing BoxLayout |
static void |
addVerticalStruct(com.vaadin.ui.AbstractOrderedLayout layout,
int height)
Try to imitate VerticalStruct of Swing BoxLayout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Box()
Method Detail |
---|
public static void addHorizontalGlue(com.vaadin.ui.AbstractOrderedLayout layout)
layout
- layout to add gluepublic static void addVerticalGlue(com.vaadin.ui.AbstractOrderedLayout layout)
public static void addHorizontalStruct(com.vaadin.ui.AbstractOrderedLayout layout, int width)
layout
- Layout to add the structwidth
- struct withdpublic static void addVerticalStruct(com.vaadin.ui.AbstractOrderedLayout layout, int height)
layout
- layout to add structheight
- struct height
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |