L - Composition layout typeE - Group elements typeG - Component group typeC - Concrete builder typepublic interface PropertyFormConfigurator<L extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>,C extends PropertyFormConfigurator<L,E,G,C>> extends ComposableConfigurator<L,E,G,C>, ComponentConfigurator<C>
ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
C |
hidePropertyCaption(com.holonplatform.core.property.Property<?> property)
Hide the caption for the component bound to given property.
|
C |
propertyCaption(com.holonplatform.core.property.Property<?> property,
com.holonplatform.core.i18n.Localizable caption)
Set the localizable caption for the component bound to given property.
|
C |
propertyCaption(com.holonplatform.core.property.Property<?> property,
String caption)
Set the caption for the component bound to given property.
|
C |
propertyCaption(com.holonplatform.core.property.Property<?> property,
String defaultCaption,
String messageCode,
Object... arguments)
Set the localizable caption for the component bound to given property.
|
composeOnAttach, composer, initializerelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNameC propertyCaption(com.holonplatform.core.property.Property<?> property, com.holonplatform.core.i18n.Localizable caption)
Property itself (which is Localizable).property - Property for which to set the caption (not null)caption - Localizable captionLocalizationProviderC propertyCaption(com.holonplatform.core.property.Property<?> property, String caption)
Property itself (which is Localizable).property - Property for which to set the caption (not null)caption - The captionC propertyCaption(com.holonplatform.core.property.Property<?> property, String defaultCaption, String messageCode, Object... arguments)
Property itself (which is Localizable).property - Property for which to set the caption (not null)defaultCaption - Default caption if no translation is available for given messageCodemessageCode - Caption translation message keyarguments - Optional translation argumentsLocalizationProviderC hidePropertyCaption(com.holonplatform.core.property.Property<?> property)
property - Property for which to hide the caption (not null)Copyright © 2019 The Holon Platform. All rights reserved.