Class GuiImplUtil
- java.lang.Object
- 
- com.evolveum.midpoint.gui.impl.util.GuiImplUtil
 
- 
 public class GuiImplUtil extends Object Class for misc GUI util methods (impl).- Author:
- semancik
 
- 
- 
Constructor SummaryConstructors Constructor Description GuiImplUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <C extends Containerable>
 QNamegetContainerableTypeName(@NotNull Class<C> containerable)static ItemPathgetItemPath(AbstractFormItemType aItem)static <C extends Containerable>
 StringgetObjectStatus(Object object)
 
- 
- 
- 
Method Detail- 
getItemPathpublic static ItemPath getItemPath(AbstractFormItemType aItem) 
 - 
getObjectStatuspublic static <C extends Containerable> String getObjectStatus(Object object) 
 - 
getContainerableTypeNamepublic static <C extends Containerable> QName getContainerableTypeName(@NotNull @NotNull Class<C> containerable) throws IllegalAccessException, NoSuchFieldException 
 
- 
 
-