Class CollectionEditorUtils
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.collectioneditor.CollectionEditorUtils
-
public class CollectionEditorUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionEditorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisShown(com.google.gwt.dom.client.SpanElement faAngleRight)static voidsetSpanAttributeAttributes(String dataI18nKey, String innerText, String dataField, com.google.gwt.dom.client.SpanElement spanElement)static voidtoggleRowExpansion(com.google.gwt.dom.client.LIElement liElement, boolean isShown)static voidtoggleRowExpansion(com.google.gwt.dom.client.SpanElement faAngleRight, boolean toExpand)
-
-
-
Method Detail
-
isShown
public static boolean isShown(com.google.gwt.dom.client.SpanElement faAngleRight)
-
toggleRowExpansion
public static void toggleRowExpansion(com.google.gwt.dom.client.SpanElement faAngleRight, boolean toExpand)
-
toggleRowExpansion
public static void toggleRowExpansion(com.google.gwt.dom.client.LIElement liElement, boolean isShown)
-
-