Package com.orchestranetworks.ui.view
Interface UIView
- All Known Subinterfaces:
UIHierarchicalView,UITabularView,UITileView
public interface UIView
Provides information on custom view.
- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Returns Localized label and description associated with the view.Returns the owner of the viewReturns the value of the publication name.Returns the key of the view.booleanReturnstrueif the view mode is hierarchybooleanReturnstrueif the view mode is simple tabularbooleanisTile()Returnstrueif the view mode is tile
-
Method Details
-
getLabel
UserMessage getLabel()Returns Localized label and description associated with the view. -
getPublicationName
String getPublicationName()Returns the value of the publication name. -
getOwnerProfile
Profile getOwnerProfile()Returns the owner of the view -
isHierarchical
boolean isHierarchical()Returnstrueif the view mode is hierarchy -
isTabular
boolean isTabular()Returnstrueif the view mode is simple tabular -
isTile
boolean isTile()Returnstrueif the view mode is tile -
getViewKey
UICustomViewKey getViewKey()Returns the key of the view.
-