C - Concrete configurator typepublic interface HasPlaceholderConfigurator<C extends HasPlaceholderConfigurator<C>>
| Modifier and Type | Method and Description |
|---|---|
C |
placeholder(com.holonplatform.core.i18n.Localizable placeholder)
Sets the placeholder text using a
Localizable message. |
default C |
placeholder(String placeholder)
Set the component placeholder, i.e. a hint to the user of what can be entered in the control.
|
default C |
placeholder(String defaultPlaceholder,
String messageCode,
Object... arguments)
Sets the placeholder text using a localizable
messageCode. |
C placeholder(com.holonplatform.core.i18n.Localizable placeholder)
Localizable message.
The placeholder is a hint to the user of what can be entered in the control.
placeholder - Localizable placeholder text (may be null)LocalizationProviderdefault C placeholder(String placeholder)
placeholder - the value to setdefault C placeholder(String defaultPlaceholder, String messageCode, Object... arguments)
messageCode.
The placeholder is a hint to the user of what can be entered in the control.
defaultPlaceholder - Default placeholder text if no translation is available for given
messageCodemessageCode - Placeholder text translation message keyarguments - Optional translation argumentsLocalizationProviderCopyright © 2019 The Holon Platform. All rights reserved.