Interface RichPageParameter.Visuals
- Enclosing interface:
- RichPageParameter
public static interface RichPageParameter.Visuals
The interface should be used when handling dependencies in the UI. Changes to the field values might not be visible until a UI update is executed.
- Since:
- 3.17.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
setVisible
(boolean value) Setting true marks the parameter as visible in the UI.
-
Method Details
-
isVisible
boolean isVisible()- Returns:
- true if the parameter is supposed to be visible in the UI.
-
setVisible
Setting true marks the parameter as visible in the UI.
-