Class TaskIntentFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<String>
-
- com.evolveum.midpoint.gui.impl.factory.panel.AbstractIntentFactory
-
- com.evolveum.midpoint.gui.impl.factory.panel.TaskIntentFactory
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>
,Serializable
@Component public class TaskIntentFactory extends AbstractIntentFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskIntentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractIntentFactory
getOrder, getPanel
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
-
-