Search in sources :

Example 1 with CategoryAttrsFragment

use of io.jmix.dynattrui.screen.categoryattr.CategoryAttrsFragment in project jmix by jmix-framework.

the class CategoryEdit method onInit.

@Subscribe
protected void onInit(InitEvent event) {
    CategoryAttrsFragment categoryAttrsFragment = fragments.create(this, CategoryAttrsFragment.class);
    Fragment fragment = categoryAttrsFragment.getFragment();
    categoryAttrsBox.add(fragment);
    categoryAttrsBox.expand(fragment);
}
Also used : CategoryAttrsFragment(io.jmix.dynattrui.screen.categoryattr.CategoryAttrsFragment) AttributeLocalizationFragment(io.jmix.dynattrui.screen.localization.AttributeLocalizationFragment) CategoryAttrsFragment(io.jmix.dynattrui.screen.categoryattr.CategoryAttrsFragment) AttributeLocationFragment(io.jmix.dynattrui.screen.location.AttributeLocationFragment)

Aggregations

CategoryAttrsFragment (io.jmix.dynattrui.screen.categoryattr.CategoryAttrsFragment)1 AttributeLocalizationFragment (io.jmix.dynattrui.screen.localization.AttributeLocalizationFragment)1 AttributeLocationFragment (io.jmix.dynattrui.screen.location.AttributeLocationFragment)1