|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPlaceholder
Platform and technology independent Placeholder definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
| Method Summary | |
|---|---|
String |
getPlaceholder()
Gets the placeholder text. |
boolean |
isPlaceholderVisible()
Returns whether the placeholder text is visible. |
void |
setPlaceholder(String pPlaceholder)
Sets the placeholder text. |
void |
setPlaceholderVisible(boolean pVisible)
Sets whether the placeholder text is visible. |
| Method Detail |
|---|
boolean isPlaceholderVisible()
true if the placeholder text is visible.void setPlaceholderVisible(boolean pVisible)
pVisible - true if the placeholder text is visible.String getPlaceholder()
void setPlaceholder(String pPlaceholder)
pPlaceholder - the placeholder text.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||