org.ofbiz.widget.screen
Class ModelScreenAction
java.lang.Object
org.ofbiz.widget.screen.ModelScreenAction
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ModelScreenAction.EntityAnd, ModelScreenAction.EntityCondition, ModelScreenAction.EntityOne, ModelScreenAction.GetRelated, ModelScreenAction.GetRelatedOne, ModelScreenAction.Javaf, ModelScreenAction.PropertyMap, ModelScreenAction.PropertyToField, ModelScreenAction.Script, ModelScreenAction.Service, ModelScreenAction.SetField
public abstract class ModelScreenAction
- extends java.lang.Object
- implements java.io.Serializable
Widget Library - Screen model class
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
modelScreen
protected ModelScreen modelScreen
ModelScreenAction
public ModelScreenAction(ModelScreen modelScreen,
org.w3c.dom.Element actionElement)
runAction
public abstract void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
throws GeneralException
- Throws:
GeneralException
readSubActions
public static java.util.List<ModelScreenAction> readSubActions(ModelScreen modelScreen,
org.w3c.dom.Element parentElement)
runSubActions
public static void runSubActions(java.util.List<ModelScreenAction> actions,
java.util.Map<java.lang.String,java.lang.Object> context)
throws GeneralException
- Throws:
GeneralException