Class HtmlAriaAttributes
java.lang.Object
com.foreach.across.modules.bootstrapui.attributes.HtmlAriaAttributes
HTML
aria-
attributes.- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HtmlAriaAttributes
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<Boolean>
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean>
expanded
(boolean value) com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction
hasPopup
(boolean value) com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean>
hidden
(boolean value) com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
<S> com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<S>
-
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) -
label
-
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)
-