Interface IEditedPropertyEntryMultiProp<PROP extends GProp<?>,​PROP_VALUE>

    • Method Detail

      • assignMaster

        EditedPropController<PROP,​PROP_VALUE> assignMaster​(MultiPropCnr master,
                                                                 java.lang.Class<PROP> propertyClass,
                                                                 PropLabel label)
        Assigns the master property controller.
        Parameters:
        master - The master property container of the MultiPropCnr.
        propertyClass - Property class for items.
        label - Label for this entry.
        Returns:
        The instance of the item property controller.