com.jwebmp.plugins.bootstrap.toggle.BSDropDownToggleButton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap Show documentation
Show all versions of jwebmp-bootstrap Show documentation
The JWebSwing implementation for Bootstrap
package com.jwebmp.plugins.bootstrap.toggle;
import com.jwebmp.core.base.html.Button;
import com.jwebmp.core.base.html.attributes.NoAttributes;
import com.jwebmp.core.base.html.interfaces.GlobalFeatures;
import com.jwebmp.core.base.html.interfaces.events.GlobalEvents;
import com.jwebmp.core.base.interfaces.IComponentHierarchyBase;
public class BSDropDownToggleButton>
extends Button
implements BSToggleChildren
{
}