public interface Widget extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
get cell column index to anchor
|
String |
getId()
the id of this widget
|
int |
getLeft()
get the left margin of the anchored cell
|
String |
getPanel()
the panel to stay.
|
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-indexString getPanel()
String getId()
Copyright © 2020. All rights reserved.