Uses of Class
lumis.doui.control.tabulardata.TabularDataControl
-
Packages that use TabularDataControl Package Description lumis.doui.control.button lumis.doui.control.details lumis.doui.control.itempicker lumis.doui.control.tabulardata lumis.service.announcement lumis.service.association lumis.service.autoadministration.control lumis.service.community lumis.service.hierarchicalcontent Service that allows you to create and manage hierarchical contents.lumis.service.link lumis.service.portalmanagement.audit lumis.service.portalmanagement.filesystem lumis.service.portalmanagement.serviceinstance lumis.service.socialnetworkintegration.control Provides the controls used by social network integration service.lumis.service.wsrp.consumer.doui lumis.service.wsrp.producer WSRP Producer service. -
-
Uses of TabularDataControl in lumis.doui.control.button
Methods in lumis.doui.control.button that return TabularDataControl Modifier and Type Method Description protected TabularDataControl
ButtonControl. getAssociatedTabularDataControl()
Returns the tabular data control referenced (either explicitly or automatically detected) by this button for row actions or parameter value. -
Uses of TabularDataControl in lumis.doui.control.details
Subclasses of TabularDataControl in lumis.doui.control.details Modifier and Type Class Description class
DetailsControl
Used to render read only data from a tabular data source. -
Uses of TabularDataControl in lumis.doui.control.itempicker
Subclasses of TabularDataControl in lumis.doui.control.itempicker Modifier and Type Class Description class
SelectItemTabularDataControl
Used to render data from a tabular data source with item selection functionality. -
Uses of TabularDataControl in lumis.doui.control.tabulardata
Subclasses of TabularDataControl in lumis.doui.control.tabulardata Modifier and Type Class Description class
AdvancedTabularDataControl
Used to render data from a tabular data source. -
Uses of TabularDataControl in lumis.service.announcement
Subclasses of TabularDataControl in lumis.service.announcement Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of TabularDataControl in lumis.service.association
Subclasses of TabularDataControl in lumis.service.association Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of TabularDataControl in lumis.service.autoadministration.control
Subclasses of TabularDataControl in lumis.service.autoadministration.control Modifier and Type Class Description class
LastContentsAdvancedTabularDataControl
Control to render workflow state sub controls for each content.class
WorkflowStatusAdvancedTabularDataControl
Render the advanced tabular data to render contents with pending workflow actions, and their workflow sub controls to make available the actions. -
Uses of TabularDataControl in lumis.service.community
Subclasses of TabularDataControl in lumis.service.community Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of TabularDataControl in lumis.service.hierarchicalcontent
Subclasses of TabularDataControl in lumis.service.hierarchicalcontent Modifier and Type Class Description class
HierarchicalTabularDataControl
This control sets the links properly depending on the content type -
Uses of TabularDataControl in lumis.service.link
Subclasses of TabularDataControl in lumis.service.link Modifier and Type Class Description class
LinkTabularDataControl
Tabular data control that sets the hyperlink of each row according to the link entry it corresponds to. -
Uses of TabularDataControl in lumis.service.portalmanagement.audit
Subclasses of TabularDataControl in lumis.service.portalmanagement.audit Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of TabularDataControl in lumis.service.portalmanagement.filesystem
Subclasses of TabularDataControl in lumis.service.portalmanagement.filesystem Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of TabularDataControl in lumis.service.portalmanagement.serviceinstance
Subclasses of TabularDataControl in lumis.service.portalmanagement.serviceinstance Modifier and Type Class Description class
BusinessContextForCacheAdvancedTabularDataControl
Extension of Advanced Tabular Data Control used to set selected values of Business Context for REST interface cache properties. -
Uses of TabularDataControl in lumis.service.socialnetworkintegration.control
Subclasses of TabularDataControl in lumis.service.socialnetworkintegration.control Modifier and Type Class Description class
SelectAccountServiceInstanceAdvancedTabularDataControl
Advanced Tabular Data extension to set previous selected data. -
Uses of TabularDataControl in lumis.service.wsrp.consumer.doui
Subclasses of TabularDataControl in lumis.service.wsrp.consumer.doui Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of TabularDataControl in lumis.service.wsrp.producer
Subclasses of TabularDataControl in lumis.service.wsrp.producer Modifier and Type Class Description class
ProducerAdminListTabularDataControl
AdvancedTabularDataControl
created to treat the row hyperlink creation using thehref
field to represent the row link.
-