Interface IXItemWidget

    • Method Detail

      • getLabel

        default String getLabel​(Locale locale)
        Parameters:
        locale - Locale for which to find the label.
        Returns:
        The localized label of this widget.
      • getIcon

        default String getIcon()
        Specified by:
        getIcon in interface IXItemBasic
        Returns:
        The CSS class for the icon of this form item, such as for example ico-fc-XCheckbox.
      • getJavaScriptResourceURL

        default String getJavaScriptResourceURL()
      • getCssResourceURL

        default String getCssResourceURL()
      • getJavaScriptPath

        default String getJavaScriptPath()
      • getCssPath

        default String getCssPath()
      • getResourceAsString

        default String getResourceAsString​(String path)
      • getJavaScriptData

        default String getJavaScriptData()
      • getCssData

        default String getCssData()