|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWidthRangeCapability
| Method Summary | |
|---|---|
int |
getMaxWidth()
Returns an int value specifying the maximum width in pixels (if resizeable). |
int |
getMinWidth()
Returns an int value specifying the minimum width in pixels (if resizeable). |
void |
setMaxWidth(int maxWidth)
Sets an int value specifying the maximum width in pixels (if resizeable). |
void |
setMinWidth(int minWidth)
Sets an int value specifying the minimum width in pixels (if resizeable). |
| Methods inherited from interface org.rcfaces.core.component.capability.IWidthCapability |
|---|
getWidth, setWidth |
| Method Detail |
|---|
int getMaxWidth()
void setMaxWidth(int maxWidth)
maxWidth - max widthint getMinWidth()
void setMinWidth(int minWidth)
minWidth - min width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||