Package org.hippoecm.frontend.util
Class CompoundFieldUtils
- java.lang.Object
-
- org.hippoecm.frontend.util.CompoundFieldUtils
-
public class CompoundFieldUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompoundFieldUtils.EventType
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_FIELD_PANEL_HIGHLIGHT_JS
static String
ADD_PANEL_HIGHLIGHT_JS
-
Constructor Summary
Constructors Constructor Description CompoundFieldUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
highlightFieldPanel(org.apache.wicket.Component component, CompoundFieldUtils.EventType eventType)
Highlights the compound panel of the given field by the given event
-
-
-
Field Detail
-
ADD_FIELD_PANEL_HIGHLIGHT_JS
public static final String ADD_FIELD_PANEL_HIGHLIGHT_JS
- See Also:
- Constant Field Values
-
ADD_PANEL_HIGHLIGHT_JS
public static final String ADD_PANEL_HIGHLIGHT_JS
- See Also:
- Constant Field Values
-
-
Method Detail
-
highlightFieldPanel
public static void highlightFieldPanel(org.apache.wicket.Component component, CompoundFieldUtils.EventType eventType)
Highlights the compound panel of the given field by the given event- Parameters:
component
- focused editor field
-
-