Interface IPlaceholderable
- All Known Implementing Classes:
InputField, TextArea
public interface IPlaceholderable
A marker interface that specifies that the layout object has placeholder.
-
Method Summary
Modifier and TypeMethodDescriptionGets the placeholder paragraph.voidsetPlaceholder(Paragraph placeholder) Sets the placeholder paragraph.
-
Method Details
-
getPlaceholder
-
setPlaceholder
Sets the placeholder paragraph.- Parameters:
placeholder- the paragraph to be used as placeholder
-