Uses of Class
lumis.doui.control.button.ButtonControl
-
Packages that use ButtonControl Package Description lumis.content.control.button lumis.content.control.comments lumis.content.control.lock Provides the controls for locking contents.lumis.content.control.publishtoprincipals lumis.content.control.publishtoserviceinstances lumis.content.control.publishtosocialnetwork Provides the controls used to publish messages to social networks.lumis.doui.control.button lumis.service.portalmanagement.pagecache lumis.service.socialnetworkservices.microblog.doui.control lumis.service.wsrp.producer WSRP Producer service. -
-
Uses of ButtonControl in lumis.content.control.button
Subclasses of ButtonControl in lumis.content.control.button Modifier and Type Class Description class
ContentAnalyticsButtonControl
Responsible for opening the Google analysis for the selected content Example use:lumis.service.content.analytics.contentAnalytics Análise por conteúdo class
GenerateContentButtonControl
Responsible for generating random content for development purposes.class
PreviewButtonControl
Responsible for opening the preview interface for the selected content if the service has some preview supported interface.class
SaveAndPreviewButtonControl
Responsible for calling the process action handler with id="commitAndPreview".class
ServiceInstanceAnalyticsButtonControl
Responsible for opening the Google analysis for the current service instance Example use:lumis.service.content.analytics.serviceInstanceAnalytics 8A488A0F14A741560114A74CDE8501E0 Análise por serviço class
VersionsButtonControl
Button control that opens the versions dialog box. -
Uses of ButtonControl in lumis.content.control.comments
Fields in lumis.content.control.comments declared as ButtonControl Modifier and Type Field Description protected ButtonControl
CommentsControl. buttonSubControl
-
Uses of ButtonControl in lumis.content.control.lock
Subclasses of ButtonControl in lumis.content.control.lock Modifier and Type Class Description class
LockButtonControl
Defines a lock/unlock button control.class
StealLockButtonControl
Defines steallock button control. -
Uses of ButtonControl in lumis.content.control.publishtoprincipals
Fields in lumis.content.control.publishtoprincipals declared as ButtonControl Modifier and Type Field Description protected ButtonControl
PublishToPrincipalsControl. buttonSubControl
-
Uses of ButtonControl in lumis.content.control.publishtoserviceinstances
Fields in lumis.content.control.publishtoserviceinstances declared as ButtonControl Modifier and Type Field Description protected ButtonControl
PublishToServiceInstancesControl. buttonSubControl
-
Uses of ButtonControl in lumis.content.control.publishtosocialnetwork
Subclasses of ButtonControl in lumis.content.control.publishtosocialnetwork Modifier and Type Class Description class
PublishToSocialNetworkButtonControl
Button responsible for publishing to social networks.Fields in lumis.content.control.publishtosocialnetwork declared as ButtonControl Modifier and Type Field Description protected ButtonControl
PublishToSocialNetworkControl. buttonSubControl
-
Uses of ButtonControl in lumis.doui.control.button
Subclasses of ButtonControl in lumis.doui.control.button Modifier and Type Class Description class
AccessControlButton
Control that opens the Access Control configuration screen.class
AddButton2Control
Defines an add button control.class
AddButtonControl
Defines an add button control.class
CancelButtonControl
Defines an cancel button control.class
ConfigureButtonControl
Renders a configure button if the service has a configuration interface Example use:lumis/portal/client/images/Configure.gif configuration Configurar function f1(){var additionalParams;additionalParams=''; window.open('main.jsp?lumPageId=1D6530765D5644709741AEAA3622D3BC &lumChannelId=00000000F00000000000000000000001 &lumRTI=lumis.service.contactus.configuration &lumRTSI=8A488A0F14A741560114A745B57C0183'+additionalParams, '_blank', 'width=600,height=164,left=20');} f1();return false; class
DeleteButtonControl
Defines a delete button control.class
EditButton2Control
Defines an edit button control.class
EditButtonControl
Defines an edit button control.class
OkButtonControl
Defines an ok button control.class
PositionFieldOrderButtonControl
Renders a button that opens an interface that the user may use to order items.class
PrintButtonControl
Print Button Controlclass
RefreshButtonControl
ButtonControl that simply refreshes the current page.class
VersionEditButtonControl
-
Uses of ButtonControl in lumis.service.portalmanagement.pagecache
Subclasses of ButtonControl in lumis.service.portalmanagement.pagecache Modifier and Type Class Description class
ValidatorButton
Control that includes the form validation on button. -
Uses of ButtonControl in lumis.service.socialnetworkservices.microblog.doui.control
Subclasses of ButtonControl in lumis.service.socialnetworkservices.microblog.doui.control Modifier and Type Class Description class
FollowButtonControl
Defines a Follow button control. -
Uses of ButtonControl in lumis.service.wsrp.producer
Subclasses of ButtonControl in lumis.service.wsrp.producer Modifier and Type Class Description class
ProducerAdministrationListAddButtonControl
AddButtonControl
responsible for opening the add interface.
-