Class EMLItemProp

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaMethodLinkEnabler, IUIComponentLinkEnabler, IEImagePreview, IEUIComp, IEUICompBase, IEUICompCommon, IEUIComponentCreationType, IInitializeSampleData, IExtendsSelection, IDynamicPropertyEditorList, IPropDesigner, IPropRenameable, ITransferContainerProps, IStylesFilter, IBackReferenceProvider, EventListener, IFocusComp, ILockUI, IMessageBox, IUIPanelAnimation, IComponent, IContentItem, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IPropEditorReadOnly, IUIAction, IUIActionHolder, IUIComp, IUIContextMenuOwner, IUIFocusComp, IUISelectionComp, IUINullableValueComponent, IVSActionListener, IVSComponentListener, IVSComponentState, IVSFieldListener, Cloneable, IAdaptable

The Editor version of a mobile list items group container.
Author:
Christopher Mindus
  • Constructor Details

    • EMLItemProp

      public EMLItemProp()
      Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EMLItemProp

      public EMLItemProp(Atom propertyAtom)
      Creates the property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
    • EMLItemProp

      public EMLItemProp(MLItemType type)
      Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
      Parameters:
      type - The type to initialize.
  • Method Details

    • getCreationTypeName

      public String getCreationTypeName()
      Gets the additional text to append for the class names for the creation property.
      Specified by:
      getCreationTypeName in interface IEUIComponentCreationType
    • getDesigner

      public UICompDesignerProp getDesigner()
      Gets the Designer Extension for Properties.
      Specified by:
      getDesigner in interface IEUIComp
      Specified by:
      getDesigner in interface IPropDesigner
      Returns:
      The instance of the Designer Extension.
    • createStyles

      protected Styles createStyles()
      Creates the Styles container (can be overridden by Designer to create EditorStyles).
      Overrides:
      createStyles in class UIComp
    • clone

      public EMLItemProp clone()
      Clone must be overridden.
      Overrides:
      clone in class MLItemProp
      Returns:
      The clone.
    • hasEditedPropertyListChanged

      public boolean hasEditedPropertyListChanged(GEvent event)
      Verifies if the property has changed. This will rebuild the property editor if the type changes.
      Specified by:
      hasEditedPropertyListChanged in interface IDynamicPropertyEditorList
      Parameters:
      event - The property event.
      Returns:
      true if it changed.
    • getImagePreview

      public ImagePreview getImagePreview()
      Gets the image preview.
      Specified by:
      getImagePreview in interface IEImagePreview
    • getCNImage

      public Image getCNImage(boolean isMobile)
      Gets the image for the Common Navigator.
      Specified by:
      getCNImage in interface IEUICompBase
      Parameters:
      isMobile - The mobile theme flag.
      Returns:
      Image or null if there is no image.
    • getCNDescriptionType

      public String getCNDescriptionType()
      Provide a type description for the status bar view, if available.
      Specified by:
      getCNDescriptionType in interface IEUICompBase
      Specified by:
      getCNDescriptionType in interface ITransferContainerProps
      Returns:
      A type description for the status bar view, or null if not available.
    • initializeSampleData

      public void initializeSampleData(int oper)
      Initialize the sample data for the operation.
      Specified by:
      initializeSampleData in interface IInitializeSampleData
      Parameters:
      oper - The operation INIT_OPER_*.
    • getPossibleContainerParents

      public Class<?>[] getPossibleContainerParents()
      Gets the supported containers the component can be placed inside.
      Specified by:
      getPossibleContainerParents in interface IEUICompBase
      Returns:
      An array of UIContainer classes, or null for any.
    • getStylesName

      public String getStylesName(EditorStyles styles)
      The name of this styles property for the common navigator.
      Specified by:
      getStylesName in interface IStylesFilter
      Parameters:
      styles - The Styles property container.
    • getSupportedStyles

      public String[] getSupportedStyles(EditorStyles styles)
      Gets the groups supported by the component.
      Specified by:
      getSupportedStyles in interface IStylesFilter
      Parameters:
      styles - The Styles property container.
      Returns:
      An array of property names of the styles. Names beginning with '*' indicates it's a group.
    • getExtendsPossibleClasses

      public Class<?>[] getExtendsPossibleClasses()
      Gets the possible classes this container supports for the Extends Framework. The default implementation is to return null.
      Specified by:
      getExtendsPossibleClasses in interface IPropCnr
      Overrides:
      getExtendsPossibleClasses in class PropCnr
      Returns:
      List of supported classes, or null for none.
    • getSelectPropDialogTitle

      public String getSelectPropDialogTitle()
      Gets the title for selection dialog.
      Specified by:
      getSelectPropDialogTitle in interface IExtendsSelection
    • getSelectPropViewerFilter

      public ViewerFilter getSelectPropViewerFilter()
      Gets the viewer filter for the tree in the dialog for selecting extends property name.
      Specified by:
      getSelectPropViewerFilter in interface IExtendsSelection
    • getMethodReferenceAnnotationTypes

      public AnnotationType[] getMethodReferenceAnnotationTypes()
      Returns the annotation types for the method reference(s).
      Specified by:
      getMethodReferenceAnnotationTypes in interface IJavaMethodLinkEnabler
      Returns:
      An array with the annotations supported.
    • isLinkCapable

      public IStatus isLinkCapable(LinkData data)
      Returns if this property container could potentially be link capable.

      This call is done many times during drag-drop and must be very fast and not cause too much garbage collection.

      Specified by:
      isLinkCapable in interface IEUIComp
      Specified by:
      isLinkCapable in interface IJavaMethodLinkEnabler
      Specified by:
      isLinkCapable in interface ILinkCapable
      Parameters:
      data - The link data.
      Returns:
      The status of capability of the operation.
    • getLinkOperations

      public Collection<ILinkOperation> getLinkOperations(LinkData data)
      Called when the drag-drop is to be performed (link or paste-link menu item). The link-capable instance fills in only what it handles.
      Specified by:
      getLinkOperations in interface IEUIComp
      Specified by:
      getLinkOperations in interface IJavaMethodLinkEnabler
      Specified by:
      getLinkOperations in interface ILinkCapable
      Parameters:
      data - The link data.
      Returns:
      The list of operations required.
    • verify

      public boolean verify(PropVerification verification)
      Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
      Specified by:
      verify in interface IGProp<GProp<?>[]>
      Overrides:
      verify in class UIComp
      Parameters:
      verification - The property verification class.
      Returns:
      true if verification should proceed, false if disposed of and verification should not take place.
    • setFocusReference

      protected void setFocusReference(String focusReference)
      Sets the focus reference. Overridden in the Designer version of the class to use EditorVSFocusReference instead of VSFocusReference.
      Overrides:
      setFocusReference in class MLItemProp
      Parameters:
      focusReference - The focus reference.
    • getTransferProps

      public Object[] getTransferProps()
      Returns the list of properties that are transferable between layout managers.
      Specified by:
      getTransferProps in interface ITransferContainerProps
      Returns:
      The list of String's or Atom's that are transferable, null for none.