|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface IsGridLayoutComponentBase
Method Summary | |
---|---|
void |
setColumnSpan(String columnSpan)
Deprecated. |
void |
setCurrentHeight(String currentHeight)
Deprecated. This value will usually be set by the layout manager. |
void |
setCurrentWidth(String currentWidth)
Deprecated. This value will usually be set by the layout manager. |
void |
setDisplay(String display)
Deprecated. This attribute is for internal use only. |
void |
setHorizontalIndex(String horizontalIndex)
Deprecated. This attribute is for internal use only. |
void |
setLeft(String left)
Deprecated. This value will usually be set by the layout manager. |
void |
setMarginBottom(String marginBottom)
Deprecated. |
void |
setMarginLeft(String marginLeft)
Deprecated. |
void |
setMarginRight(String marginRight)
Deprecated. |
void |
setMarginTop(String marginTop)
Deprecated. |
void |
setMaximumHeight(String maximumHeight)
Deprecated. |
void |
setMaximumWidth(String maximumWidth)
Deprecated. |
void |
setMinimumHeight(String minimumHeight)
Deprecated. |
void |
setMinimumWidth(String minimumWidth)
Deprecated. |
void |
setPreferredHeight(String preferredHeight)
Deprecated. |
void |
setPreferredWidth(String preferredWidth)
Deprecated. |
void |
setRowSpan(String rowSpan)
Deprecated. |
void |
setTop(String top)
Deprecated. This value will usually be set by the layout manager. |
void |
setVerticalIndex(String verticalIndex)
Deprecated. This attribute is for internal use only. |
Method Detail |
---|
void setCurrentWidth(String currentWidth)
currentWidth
- The current width for this component.void setCurrentHeight(String currentHeight)
currentHeight
- The current height for this component.void setColumnSpan(String columnSpan)
columnSpan
- The number of horizontal cells this component should use.void setRowSpan(String rowSpan)
rowSpan
- The number of vertical cells this component should use.void setMinimumWidth(String minimumWidth)
minimumWidth
- The minimum width for this component.void setMinimumHeight(String minimumHeight)
minimumHeight
- The minimum height for this component.void setPreferredWidth(String preferredWidth)
preferredWidth
- The preferred width for this component.void setPreferredHeight(String preferredHeight)
preferredHeight
- The preferred height for this component.void setMaximumWidth(String maximumWidth)
maximumWidth
- The maximum width for this component.void setMaximumHeight(String maximumHeight)
maximumHeight
- The maximum height for this component.void setMarginLeft(String marginLeft)
marginLeft
- The margin at the left of this component.void setMarginRight(String marginRight)
marginRight
- The margin at the right of this component.void setMarginTop(String marginTop)
marginTop
- The margin at the top of this component.void setMarginBottom(String marginBottom)
marginBottom
- The margin at the bottom of this component.void setLeft(String left)
left
- The left position value for this component.void setTop(String top)
top
- The top position value for this component.void setHorizontalIndex(String horizontalIndex)
horizontalIndex
- The index of the component inside its container grid in horizontal direction.void setVerticalIndex(String verticalIndex)
verticalIndex
- The index of the component inside its container grid in vertical direction.void setDisplay(String display)
display
- Indicates the renderer to render the element as block or inline.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |