Class Action<T extends Serializable>

    • Method Detail

      • getRealms

        public String[] getRealms()
      • setRealm

        public void setRealm​(String realm)
      • getEntitlements

        public String getEntitlements()
      • isOnConfirm

        public boolean isOnConfirm()
      • setEntitlements

        public Action<T> setEntitlements​(String entitlements)
      • setOnConfirm

        public Action<T> setOnConfirm​(boolean onConfirm)
      • hideLabel

        public Action<T> hideLabel()
      • showLabel

        public Action<T> showLabel()
      • isVisibleLabel

        public boolean isVisibleLabel()
      • setLabel

        public Action<T> setLabel​(Model<String> label)
        Override default action label.
        Parameters:
        label - new action label;
        Returns:
        updated action.
      • setTitleI

        public Action<T> setTitleI​(Model<String> title)
        Override default action title.
        Parameters:
        title - new action title;
        Returns:
        updated action.
      • setAlt

        public Action<T> setAlt​(Model<String> alt)
        Override default action icon text name.
        Parameters:
        alt - action icon text name;
        Returns:
        updated action.
      • setIcon

        public Action<T> setIcon​(Model<String> icon)
        Override default action css class.
        Parameters:
        icon - new action class;
        Returns:
        updated action.
      • disableIndicator

        public Action<T> disableIndicator()
        Override disable AJAX indicator.
        Returns:
        updated action.
      • hasIndicator

        public boolean hasIndicator()