Package | Description |
---|---|
com.bstek.dorado.view.widget |
视图组件的基础实现。
|
Modifier and Type | Method and Description |
---|---|
Overflow |
Container.getContentOverflow() |
Overflow |
Container.getContentOverflowX() |
Overflow |
Container.getContentOverflowY() |
static Overflow |
Overflow.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Overflow[] |
Overflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Container.setContentOverflow(Overflow contentOverflow) |
void |
Container.setContentOverflowX(Overflow contentOverflowX) |
void |
Container.setContentOverflowY(Overflow contentOverflowY) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.