Package org.patternfly.component
Class GroupedOptionsMenu
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,GroupedOptionsMenu>
-
- org.patternfly.component.GroupedOptionsMenu
-
- All Implemented Interfaces:
Container<HTMLDivElement,GroupedOptionsMenu>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,GroupedOptionsMenu>,HasHTMLElement<HTMLDivElement,GroupedOptionsMenu>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,GroupedOptionsMenu>,Component,Modifiers.Disabled<HTMLDivElement,GroupedOptionsMenu>
@Deprecated public class GroupedOptionsMenu extends BaseComponent<HTMLDivElement,GroupedOptionsMenu> implements Modifiers.Disabled<HTMLDivElement,GroupedOptionsMenu>
Deprecated.PatternFly options menu (grouped, single selection).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupedOptionsMenu.Group<T>Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> GroupedOptionsMenuadd(GroupedOptionsMenu.Group<T> group)Deprecated.GroupedOptionsMenucollapseOnSelect()Deprecated.GroupedOptionsMenudisabled(boolean disabled)Deprecated.Adds/removes modifier(disabled)static GroupedOptionsMenuicon(Icon icon)Deprecated.static GroupedOptionsMenuplain(String text)Deprecated.GroupedOptionsMenuright()Deprecated.static GroupedOptionsMenutext(String text)Deprecated.GroupedOptionsMenuthat()Deprecated.GroupedOptionsMenuup()Deprecated.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.patternfly.core.Modifiers.Disabled
disabled
-
-
-
-
Method Detail
-
text
public static GroupedOptionsMenu text(String text)
Deprecated.
-
icon
public static GroupedOptionsMenu icon(Icon icon)
Deprecated.
-
plain
public static GroupedOptionsMenu plain(String text)
Deprecated.
-
that
public GroupedOptionsMenu that()
Deprecated.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,GroupedOptionsMenu>
-
add
public <T> GroupedOptionsMenu add(GroupedOptionsMenu.Group<T> group)
Deprecated.
-
up
public GroupedOptionsMenu up()
Deprecated.
-
right
public GroupedOptionsMenu right()
Deprecated.
-
collapseOnSelect
public GroupedOptionsMenu collapseOnSelect()
Deprecated.
-
disabled
public GroupedOptionsMenu disabled(boolean disabled)
Deprecated.Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<HTMLDivElement,GroupedOptionsMenu>
-
-