Class ARG_PropertyRegionInit
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_PropertyRegionInit
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PropertyRegionInit
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanuser has access on all selected elementsbooleanan other user has locked some of the selected elementsbooleanthe name(s) of the selected elements can be resetted to their default namename of the user loking the selected item (if only one element is selecteddisplay information if one element is selectedexpander available for selected elements -
Constructor Summary
ConstructorsConstructorDescriptionARG_PropertyRegionInit(ARG_ModifyNameDlgInit valModifyNameDlgInit, ARG_PropertyRegionExpander valPropertyRegionExpander, boolean hasAccess, boolean isOtherLocked, String nameOfLockingUser, boolean nameIsResetableToDefault) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
valModifyNameDlgInit
display information if one element is selected -
valPropertyRegionExpander
expander available for selected elements -
hasAccess
public boolean hasAccessuser has access on all selected elements -
isOtherLocked
public boolean isOtherLockedan other user has locked some of the selected elements -
nameOfLockingUser
name of the user loking the selected item (if only one element is selected -
nameIsResetableToDefault
public boolean nameIsResetableToDefaultthe name(s) of the selected elements can be resetted to their default name
-
-
Constructor Details
-
ARG_PropertyRegionInit
public ARG_PropertyRegionInit() -
ARG_PropertyRegionInit
public ARG_PropertyRegionInit(ARG_ModifyNameDlgInit valModifyNameDlgInit, ARG_PropertyRegionExpander valPropertyRegionExpander, boolean hasAccess, boolean isOtherLocked, String nameOfLockingUser, boolean nameIsResetableToDefault)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-