Class HtmlAriaAttributes

java.lang.Object
com.foreach.across.modules.bootstrapui.attributes.HtmlAriaAttributes

public class HtmlAriaAttributes extends Object
HTML aria- attributes.
Since:
3.0.0
Author:
Arne Vandamme
  • Field Details

  • Constructor Details

    • HtmlAriaAttributes

      public HtmlAriaAttributes()
  • Method Details

    • hasPopup

      public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction hasPopup(boolean value)
    • expanded

      public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean> expanded(boolean value)
    • hidden

      public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean> hidden(boolean value)
    • label

      public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> label(@NonNull @NonNull String text)
    • of

      public <S> com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<S> of(@NonNull @NonNull String attributeName)
    • of

      public <S> DefaultValueAttributeWitherFunction<S> of(@NonNull @NonNull String attributeName, S defaultValue)