psdi.webclient.components

Class Label

    • Constructor Detail

      • Label

        public Label()
    • Method Detail

      • hasChanged

        public boolean hasChanged()
        Description copied from class: BoundComponentInstance
        Returns true if there has been a change to the component's data, readonly, or required states. To find out what specifically has changed use the hasDataChanged(), hasReadonlyChanged(), hasRequiredChanged() methods. NOTE: This method will update the cached data, readonly, and required values to the new values.
        Overrides:
        hasChanged in class BoundComponentInstance
        See Also:
        BoundComponentInstance.hasChanged()
      • wrapText

        public java.lang.String wrapText(java.lang.String text)
      • wrapText

        public java.lang.String wrapText(java.lang.String text,
                                         int breakPoint)
        Walks through the string and creates wrap points at given length Will only create a wrap point at a space. Walks backwards from wrap point and
        Parameters:
        text -
        breakPoint -
        Returns: