Search in sources :

Example 1 with SpanLabelPropertyView

use of com.codename1.rad.propertyviews.SpanLabelPropertyView in project CodeRAD by shannah.

the class UIBuilder method spanLabel.

public SpanLabelPropertyView spanLabel(Tag... tags) {
    FieldNode fn = new FieldNode(UI.tags(tags));
    fn.setParent(parentNode);
    return new SpanLabelPropertyView(new SpanLabel(), entity, fn);
}
Also used : FieldNode(com.codename1.rad.nodes.FieldNode) SpanLabelPropertyView(com.codename1.rad.propertyviews.SpanLabelPropertyView) SpanLabel(com.codename1.components.SpanLabel)

Aggregations

SpanLabel (com.codename1.components.SpanLabel)1 FieldNode (com.codename1.rad.nodes.FieldNode)1 SpanLabelPropertyView (com.codename1.rad.propertyviews.SpanLabelPropertyView)1