public class HtmlAriaAttributes extends Object
aria- attributes.| Modifier and Type | Field and Description |
|---|---|
static HtmlAriaAttributes |
aria |
com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<Boolean> |
expanded |
DefaultValueAttributeWitherFunction<Boolean> |
hasPopup |
DefaultValueAttributeWitherFunction<Boolean> |
hidden |
com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<String> |
label |
| Constructor and Description |
|---|
HtmlAriaAttributes() |
| Modifier and Type | Method and Description |
|---|---|
com.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> |
label(@NonNull String text) |
<S> com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<S> |
of(@NonNull String attributeName) |
<S> DefaultValueAttributeWitherFunction<S> |
of(@NonNull String attributeName,
S defaultValue) |
public static final HtmlAriaAttributes aria
public final DefaultValueAttributeWitherFunction<Boolean> hasPopup
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<Boolean> expanded
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<String> label
public final DefaultValueAttributeWitherFunction<Boolean> hidden
public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction hasPopup(boolean value)
public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean> expanded(boolean value)
public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<Boolean> hidden(boolean value)
public com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> label(@NonNull @NonNull String text)
public <S> com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<S> of(@NonNull
@NonNull String attributeName)
public <S> DefaultValueAttributeWitherFunction<S> of(@NonNull @NonNull String attributeName, S defaultValue)
Copyright © 2020. All rights reserved.