Interface QAppChildMetaData

All Superinterfaces:
QMetaDataObject, Serializable
All Known Implementing Classes:
QAppMetaData, QProcessMetaData, QReportMetaData, QTableMetaData

public interface QAppChildMetaData extends QMetaDataObject
Interface shared by meta-data objects which can be placed into an App. e.g., Tables, Processes, and Apps themselves (since they can be nested)
  • Method Details

    • getName

      String getName()
    • getLabel

      String getLabel()
    • getIcon

      default QIcon getIcon()