Package org.jboss.hal.core.finder
Class PreviewAttributes<T extends ModelNode>
- java.lang.Object
-
- org.jboss.hal.core.finder.PreviewAttributes<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPreviewAttributes.PreviewAttributestatic interfacePreviewAttributes.PreviewAttributeFunction<T>
-
Constructor Summary
Constructors Constructor Description PreviewAttributes(T model)PreviewAttributes(T model, String header)PreviewAttributes(T model, String header, String description, List<String> attributes)PreviewAttributes(T model, String header, List<String> attributes)PreviewAttributes(T model, List<String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreviewAttributes<T>append(String attribute)PreviewAttributes<T>append(String attribute, String href)PreviewAttributes<T>append(PreviewAttributes.PreviewAttributeFunction<T> function)voidhideDescription()Iterator<elemental2.dom.HTMLElement>iterator()voidrefresh(T model)voidsetDescription(com.google.gwt.safehtml.shared.SafeHtml description)voidsetDescription(elemental2.dom.HTMLElement description)voidsetDescription(String description)voidsetVisible(String attribute, boolean visible)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
PreviewAttributes
public PreviewAttributes(T model)
-
-
Method Detail
-
append
public PreviewAttributes<T> append(String attribute)
-
append
public PreviewAttributes<T> append(String attribute, String href)
-
append
public PreviewAttributes<T> append(PreviewAttributes.PreviewAttributeFunction<T> function)
-
refresh
public void refresh(T model)
-
setVisible
public void setVisible(String attribute, boolean visible)
-
setDescription
public void setDescription(String description)
-
setDescription
public void setDescription(com.google.gwt.safehtml.shared.SafeHtml description)
-
setDescription
public void setDescription(elemental2.dom.HTMLElement description)
-
hideDescription
public void hideDescription()
-
-