Package com.orchestranetworks.ui.view
Interface UITileView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TileDescriptiongetDescription(Locale aLocale)Returns the pattern of the description of tiles.TileImagegetImage()Returns the definition of the image of tiles.StringgetSubtitlePattern(Locale aLocale)Returns the pattern of the subtitle of tiles.StringgetTitlePattern(Locale aLocale)Returns the pattern of the title of tiles.StringgetToolbarTableTop()Returns the toolbar to use on top of the table viewStringgetToolbarTileRow()Returns the toolbar of the tile view row.booleanhasPredicateDefined()Returns true if the view has a predicate.-
Methods inherited from interface com.orchestranetworks.ui.view.UIView
getLabel, getOwnerProfile, getPublicationName, getViewKey, isHierarchical, isTabular, isTile
-
-
-
-
Method Detail
-
getSubtitlePattern
String getSubtitlePattern(Locale aLocale)
Returns the pattern of the subtitle of tiles.
-
getImage
TileImage getImage()
Returns the definition of the image of tiles.
-
getDescription
TileDescription getDescription(Locale aLocale)
Returns the pattern of the description of tiles.
-
getToolbarTileRow
String getToolbarTileRow()
Returns the toolbar of the tile view row.
-
getToolbarTableTop
String getToolbarTableTop()
Returns the toolbar to use on top of the table view
-
hasPredicateDefined
boolean hasPredicateDefined()
Returns true if the view has a predicate.
-
-