Uses of Interface
com.orchestranetworks.ui.view.UICustomViewKey
-
Packages that use UICustomViewKey Package Description com.orchestranetworks.ui.view -
-
Uses of UICustomViewKey in com.orchestranetworks.ui.view
Methods in com.orchestranetworks.ui.view that return UICustomViewKey Modifier and Type Method Description UICustomViewKeyUICustomViewContext. getUserFavoriteViewKey(AdaptationTable aTable)Returns the favorite view key for a given tableUICustomViewKeyUICustomViewContext. getUserRecommendedViewKey(AdaptationTable aTable)Returns the recommended view key for a given tableUICustomViewKeyUIView. getViewKey()Returns the key of the view.static UICustomViewKeyUICustomViewKeyFactory. parse(String formattedKey)Parses the specified string so as to return a custom view key.Methods in com.orchestranetworks.ui.view that return types with arguments of type UICustomViewKey Modifier and Type Method Description Stream<UICustomViewKey>UICustomViewContext. getCustomViewKeys(AdaptationTable aTable)Returns the list of keys of the custom views defined on the given tableStream<UICustomViewKey>UICustomViewContext. getCustomViewKeys(AdaptationTable aTable, UserReference aUser)Returns the list of keys of the custom views defined on the given table and applicable by given userMethods in com.orchestranetworks.ui.view with parameters of type UICustomViewKey Modifier and Type Method Description UIViewUICustomViewContext. getViewDefinition(UICustomViewKey userViewKey)Returns the definition of the view Returnsnullin case of the default view
-