Class AutoLayoutPublishingInformationControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class AutoLayoutPublishingInformationControl
    extends SourceBoundControl<ContentTableSource>
    Performs autolayout of publishing information.

    Example use: <control:lum_autoLayoutPublishingInformation" /> xml data available for xsl rendering: <control type="lum_autoLayoutPublishingInformation" ...> <control type="lum_div" ...> <control type="lum_table" ...> <tr> <td> <control type="lum_label" .../> <control type="lum_div" ...> <control type="lum_div" ...> <control type="lum_label" .../> <control type="lum_dateTimePicker" .../> <control type="lum_dateCompareValidator" .../> </control> <control type="lum_div" ...> <control type="lum_label" .../> <control type="lum_dateTimePicker" .../> </control> </control> </td> <td> <control type="lum_buttonList" ...> <control type="lum_publishToPrincipals" .../> </control> </td> </tr> </control> </control> <data> <hasPublishStartDate enabled="true" fieldId="publishStartDate"/> <hasPublishEndDate enabled="true" fieldId="publishEndDate"/> <hasHighlight enabled="true" fieldId="highlight"/> <hasHighlightEndDate enabled="true" fieldId="highlightEndDate"/> <hasPublishToPrincipals enabled="true" fieldId="publishToPrincipals"/> <hasPublishToServiceInstances enabled="true" fieldId="publishToServiceInstances"/> <hasPublishToSocialNetwork enabled="false" fieldId="publishToSocialNetwork"/> </data> </control>
    Since:
    4.0.4
    Version:
    $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
    • Field Detail

      • bHasPublishStartDate

        protected boolean bHasPublishStartDate
      • bHasPublishEndDate

        protected boolean bHasPublishEndDate
      • bHasHighlight

        protected boolean bHasHighlight
      • bHasHighlightEndDate

        protected boolean bHasHighlightEndDate
      • bHasPublishToServiceInstances

        protected boolean bHasPublishToServiceInstances
      • bHasPublishToSocialNetwork

        protected boolean bHasPublishToSocialNetwork
      • bHasPublishToPrincipals

        protected boolean bHasPublishToPrincipals
      • isPublishStartDateFieldId

        protected String isPublishStartDateFieldId
      • isPublishEndDateFieldId

        protected String isPublishEndDateFieldId
      • isHighlightFieldId

        protected String isHighlightFieldId
      • isHighlightEndDateFieldId

        protected String isHighlightEndDateFieldId
      • isPublishToServiceInstancesFieldId

        protected String isPublishToServiceInstancesFieldId
      • isPublishToSocialNetworkFieldId

        protected String isPublishToSocialNetworkFieldId
      • isPublishToPrincipalsFieldId

        protected String isPublishToPrincipalsFieldId
      • bHasPublishingInformation

        protected boolean bHasPublishingInformation
    • Constructor Detail

      • AutoLayoutPublishingInformationControl

        public AutoLayoutPublishingInformationControl()