com.ibm.openpages.api.configuration

Interface IDisplayType



  • public interface IDisplayType
    Interface that gives access to a field's display type information from a Profile.

    Constants for display type names and parameter key names. Key names associated with the display types are available in DisplayTypes.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Retrieves the display type name.
      java.util.Map<java.lang.String,java.lang.String> getParameters()
      Retrieves the parameters for the display type.
    • Method Detail

      • getName

        java.lang.String getName()
        Retrieves the display type name.
        Returns:
        display type name
        See Also:
        DisplayTypes
      • getParameters

        java.util.Map<java.lang.String,java.lang.String> getParameters()

        Retrieves the parameters for the display type. Returns a Map of the parameters. Each Map entry consists of pair. The keys for a particular display type are grouped together in the DisplayTypes constants class.

        Example:
        DisplayTypes.TEXT_AREA has two keys for related display parameters: TEXT_AREA_COLUMNS_KEY and TEXT_AREA_ROWS_KEY
        Returns:
        map of display parameter
        See Also:
        DisplayTypes

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.