Interface HasVisibility

All Known Implementing Classes:
ObjectLinkField

public interface HasVisibility
Interface that determines whether an object (typically a "field") has visibility or not. It doesn't have to be a Component with a Tag for having the visibility. However, Component should be already considered as having this feature even though it's not implementing it explicitly. So, some crude work-around is required to use this properly - see the static methods setVisible(boolean, Object) and isVisible(Object)

Note: If you are wondering what is the use of this, please study the code of AbstractDataForm.

Author:
Syam