Interface ComponentDescriptor

All Superinterfaces:
ComponentContext

public interface ComponentDescriptor extends ComponentContext
Provides a reusable description of a UI component. The optional mainType property can bind this UI component to a particular object type, but this is not required.

Supported API: true

Extendable: false
  • Method Details

    • setProperty

      void setProperty(Object key, Object value) throws WTException
      Set the property mapping in the underlying property map. If the map doesn't exist yet, then it is automatically created.
      Supported API: true
      Parameters:
      key - The key for the mapping
      value - The value of the mapping
      Throws:
      WTException - If the mapping can't be made