public interface Widget
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
get cell column index to anchor
|
java.lang.String |
getId()
the id of this widget
|
int |
getLeft()
get the left margin of the anchored cell
|
java.lang.String |
getPanel()
the panel to stay. available value is corner,top,left or default
|
int |
getRow()
get cell row index to anchor
|
int |
getTop()
get the top margin of the anchored cell
|
int |
getZindex()
set the z index of this widget
|
void |
setColumn(int columnanchor)
set cell column index to anchor
|
void |
setLeft(int offsetleft)
set the left margin of the anchored cell
|
void |
setRow(int rowanchcor)
set cell row index to anchor
|
void |
setTop(int offsettop)
set the top margin of the anchored cell
|
void |
setZindex(int zindex)
set the z-index of this widget
|
int getRow()
void setRow(int rowanchcor)
rowanchcor
- row anchorint getColumn()
void setColumn(int columnanchor)
columnanchor
- column anchorint getLeft()
void setLeft(int offsetleft)
offsetleft
- left offsetint getTop()
void setTop(int offsettop)
offsettop
- top offsetint getZindex()
void setZindex(int zindex)
zindex
- the z-indexjava.lang.String getPanel()
java.lang.String getId()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.