|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHeightRangeCapability
| Method Summary | |
|---|---|
int |
getMaxHeight()
Returns an int value specifying the maximum height in pixels (if resizeable). |
int |
getMinHeight()
Returns an int value specifying the minimum height in pixels (if resizeable). |
void |
setMaxHeight(int maxHeight)
Sets an int value specifying the maximum height in pixels (if resizeable). |
void |
setMinHeight(int minHeight)
Sets an int value specifying the minimum height in pixels (if resizeable). |
| Methods inherited from interface org.rcfaces.core.component.capability.IHeightCapability |
|---|
getHeight, setHeight |
| Method Detail |
|---|
int getMaxHeight()
void setMaxHeight(int maxHeight)
maxHeight - max heightint getMinHeight()
void setMinHeight(int minHeight)
minHeight - min height
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||