|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasVisibility
Implemented by objects that have the visibility trait.
Method Summary | |
---|---|
boolean |
isVisible()
Determines whether or not this object is visible. |
void |
setVisible(boolean visible)
Sets whether this object is visible. |
Method Detail |
---|
boolean isVisible()
Document
. The default
implementation of this trait in UIObject
is based on the value of a
dom element's style object's display attribute.
true
if the object is visiblevoid setVisible(boolean visible)
visible
- true
to show the object, false
to
hide it
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |