Class AnyDisplayAttributesModalPanel<T extends Serializable>

Type Parameters:
T - can be AnyTO or AnyWrapper
All Implemented Interfaces:
Serializable, Iterable<Component>, ModalPanel, SubmitableModalPanel, WizardModalPanel<T>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
AnyObjectDisplayAttributesModalPanel, GroupDisplayAttributesModalPanel, UserDisplayAttributesModalPanel

public abstract class AnyDisplayAttributesModalPanel<T extends Serializable> extends AbstractDisplayModalPanel<T>
Modal window with Display attributes form.
See Also:
  • Field Details

    • type

      protected final String type
  • Constructor Details

  • Method Details

    • getPrefDetailView

      public static String getPrefDetailView(String type)
    • getPrefPlainAttributeView

      public static String getPrefPlainAttributeView(String type)
    • getPrefDerivedAttributeView

      public static String getPrefDerivedAttributeView(String type)
    • getTOClass

      public static Class<? extends AnyTO> getTOClass(String type)