Class HtmlFieldWidgetInstance

  • All Implemented Interfaces:
    Serializable

    public class HtmlFieldWidgetInstance
    extends WidgetInstance
    Html field Widget instance is a derivation of WidgetInstance.
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    See Also:
    Serialized Form
    • Constructor Detail

      • HtmlFieldWidgetInstance

        public HtmlFieldWidgetInstance​(String widgetContentId)
    • Method Detail

      • getFieldServiceInstanceId

        public String getFieldServiceInstanceId()
        Returns the HTML field's service instance identifier.
        Returns:
        the HTML field's service instance identifier
        Since:
        10.4.0
      • setFieldServiceInstanceId

        public void setFieldServiceInstanceId​(String fieldServiceInstanceId)
        Sets the HTML field's service instance identifier.
        Parameters:
        fieldServiceInstanceId - the HTML field's service instance identifier.
        Since:
        10.4.0
      • getFieldSourceId

        public String getFieldSourceId()
        Returns the HTML field's source identifier.
        Returns:
        the HTML field's source identifier
        Since:
        10.4.0
      • setFieldSourceId

        public void setFieldSourceId​(String fieldSourceId)
        Sets the HTML field's source identifier.
        Parameters:
        fieldSourceId - the HTML field's source identifier.
        Since:
        10.4.0
      • getFieldItemIds

        public Collection<String> getFieldItemIds()
        Returns the widget's items identifiers.
        Returns:
        the widget's items identifiers
        Since:
        10.4.0
      • getCreatedDateTime

        public Date getCreatedDateTime()
        Returns the created date time.
        Returns:
        the created date time
        Since:
        10.4.0
      • setCreatedDateTime

        public void setCreatedDateTime​(Date createdDateTime)
        Sets the created date time.
        Parameters:
        createdDateTime - the created date time value to set.
        Since:
        10.4.0