public interface UIComponentWithHints2 extends UIComponent
UIComponent.refresh().| Modifier and Type | Method and Description |
|---|---|
boolean |
applyHint(String hintName,
Variant<Object> newValue,
Variant<Object> oldValue)
Applies the given hint to this component.
|
boolean |
unapplyHint(String hintName,
Variant<Object> oldValue)
The hint has been removed from the hint map.
|
getComponentData, getWidget, refreshboolean applyHint(String hintName, Variant<Object> newValue, Variant<Object> oldValue)
hintName - the hint name, not null.newValue - variant containing the new hint value, never null, may contain null value.oldValue - variant containing the previous hint value, never null, may contain null value if the hint was missing or the old value was null.boolean unapplyHint(String hintName, Variant<Object> oldValue)
hintName - the the hint name, not null.oldValue - variant containing the previous hint value, never null, may contain null value if the old value was null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.