Class ToggleAttribute
java.lang.Object
com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<String>
com.foreach.across.modules.bootstrapui.attributes.data.ToggleAttribute
- All Implemented Interfaces:
com.foreach.across.modules.web.ui.ViewElement.WitherGetter<com.foreach.across.modules.web.ui.elements.HtmlViewElement,
,String> com.foreach.across.modules.web.ui.ViewElement.WitherRemover<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
,Predicate<com.foreach.across.modules.web.ui.elements.HtmlViewElement>
public class ToggleAttribute
extends com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction<String>
- Since:
- 3.0.0
- Author:
- Arne Vandamme
-
Nested Class Summary
Nested classes/interfaces inherited from class com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction
com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<T extends Object>
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction
getValueFrom, removeFrom, test, withValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.foreach.across.modules.web.ui.ViewElement.WitherGetter
as
-
Field Details
-
dropdown
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> dropdown -
tab
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> tab -
modal
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> modal -
collapse
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> collapse -
tooltip
public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> tooltip
-
-
Constructor Details
-
ToggleAttribute
public ToggleAttribute()
-