javax.rad.ui.control
Interface IPlaceholder

All Known Implementing Classes:
JVxEditor, SwingEditor, UIEditor

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

isPlaceholderVisible

boolean isPlaceholderVisible()
Returns whether the placeholder text is visible.

Returns:
true if the placeholder text is visible.

setPlaceholderVisible

void setPlaceholderVisible(boolean pVisible)
Sets whether the placeholder text is visible.

Parameters:
pVisible - true if the placeholder text is visible.

getPlaceholder

String getPlaceholder()
Gets the placeholder text. If no placeholder text is set, the column label is used.

Returns:
the placeholder text.

setPlaceholder

void setPlaceholder(String pPlaceholder)
Sets the placeholder text. If no placeholder text is set, the column label is used.

Parameters:
pPlaceholder - the placeholder text.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.