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

    Fields
    Modifier and Type
    Field
    Description
    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>
     
    final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 java.util.function.Predicate

    and, negate, or

    Methods inherited from interface com.foreach.across.modules.web.ui.ViewElement.WitherGetter

    as
  • Field Details

    • tab

      public final com.foreach.across.modules.web.ui.elements.support.AttributeWitherFunction.AttributeValueWitherFunction<String> tab
    • 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()