use of com.codename1.rad.ui.Actions in project CodeRAD by shannah.
the class UI method actions.
public static ActionsNode actions(Category category, Actions actions) {
ActionsNode out = actions(actions.toArray());
out.setAttributes(category);
return out;
}
Aggregations