|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasWordWrap
A widget that implements this interface has a 'word-wrap' property that can be manipulated using these methods.
Method Summary | |
---|---|
boolean |
getWordWrap()
Gets whether word-wrapping is enabled. |
void |
setWordWrap(boolean wrap)
Sets whether word-wrapping is enabled. |
Method Detail |
---|
boolean getWordWrap()
true
if word-wrapping is enabled.void setWordWrap(boolean wrap)
wrap
- true
to enable word-wrapping.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |