Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_TabCell
-
Packages that use ARG_TabCell Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ARG_TabCell in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type ARG_TabCell Modifier and Type Field Description java.util.List<ARG_TabCell>
ARG_TabElement. seqCell
list of cell entriesjava.util.List<ARG_TabCell>
ARG_TabRow. seqCell
list of cell entriesMethods in de.mid.innovator.srv2api.icw2meta that return ARG_TabCell Modifier and Type Method Description ARG_TabCell
ADM2AttrModifyAble. getTabCell(ELElement item)
Returns the specified property of this element.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_TabCell Constructor Description ARG_TabElement(ADClientAble ohElem, java.lang.String strName, java.lang.String strNameNamespace, java.lang.String strQualifiedNamespace, java.lang.String strDisplayType, java.lang.String strDisplayBitmap, java.lang.String strInfoCreate, java.lang.String strInfoModify, java.lang.String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_TabCell> seqCell, java.util.List<ARG_TabColor> seqColor)
ARG_TabRow(ADClientAble ohRow, java.lang.String strElemType, java.lang.String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_TabCell> seqCell, java.util.List<ARG_TabColor> seqColor, ARG_TabRowList valSub)
-