Package org.patternfly.component
Class OldPageMain
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,OldPageMain>
-
- org.patternfly.component.OldPageMain
-
- All Implemented Interfaces:
Container<HTMLElement,OldPageMain>,Finder<HTMLElement>,HasElement<HTMLElement,OldPageMain>,HasHTMLElement<HTMLElement,OldPageMain>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,OldPageMain>,Component
@Deprecated public class OldPageMain extends BaseComponent<HTMLElement,OldPageMain>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OldPageMainreplace(Node element)Deprecated.OldPageMainreplace(IsElement<?> element)Deprecated.OldPageMainreplaceAll(Element... elements)Deprecated.OldPageMainreplaceAll(HTMLElement... elements)Deprecated.OldPageMainreplaceAll(Node... nodes)Deprecated.OldPageMainreplaceAll(Iterable<?> elements)Deprecated.OldPageMainreplaceAll(IsElement<?>... elements)Deprecated.OldPageMainthat()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
-
-
-
-
Method Detail
-
that
public OldPageMain that()
Deprecated.
-
replace
public OldPageMain replace(Node element)
Deprecated.
-
replace
public OldPageMain replace(IsElement<?> element)
Deprecated.
-
replaceAll
public OldPageMain replaceAll(Node... nodes)
Deprecated.
-
replaceAll
public OldPageMain replaceAll(Element... elements)
Deprecated.
-
replaceAll
public OldPageMain replaceAll(HTMLElement... elements)
Deprecated.
-
replaceAll
public OldPageMain replaceAll(IsElement<?>... elements)
Deprecated.
-
replaceAll
public OldPageMain replaceAll(Iterable<?> elements)
Deprecated.
-
-