@Override public Property[] getComponentProperties(final Project project, final RadComponent component) { return new Property[] { HorzAlignProperty.getInstance(project), VertAlignProperty.getInstance(project), new ComponentInsetsProperty() }; }
@Override public Property[] getComponentProperties(final Project project, final RadComponent component) { return new Property[]{ new HorzAlignProperty(), new VertAlignProperty(), new ComponentInsetsProperty(), new WeightProperty(true), new WeightProperty(false), new IPadProperty(true), new IPadProperty(false) }; }