com.vinay.ui.vinui.fw.core
Class TLayout
java.lang.Object
com.vinay.ui.vinui.fw.core.TLayout
- All Implemented Interfaces:
- Layout
- public class TLayout
- extends java.lang.Object
- implements Layout
T-Layout Manager.
- Author:
- Vinay Nath
Field Summary |
static int |
LEFT
|
static int |
RIGHT
|
static int |
TOP
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOP
public static final int TOP
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
TLayout
public TLayout()
addControl
public void addControl(Control control,
int pos)
- Specified by:
addControl
in interface Layout
removeControl
public void removeControl(Control control)
- Specified by:
removeControl
in interface Layout
layout
public java.lang.String layout(Page page)
throws VinUIException
- Specified by:
layout
in interface Layout
- Throws:
VinUIException
getLeftWidth
public java.lang.String getLeftWidth()
- Returns:
- Returns the leftWidth.
setLeftWidth
public void setLeftWidth(java.lang.String leftWidth)
- Parameters:
leftWidth
- The leftWidth to set.