use of limelight.ui.model.inputs.TextAreaPanel in project limelight by slagyr.
the class TextArea method install.
public void install(PanelEvent event) {
TextAreaPanel input = new TextAreaPanel();
final PropPanel panel = (PropPanel) event.getRecipient();
panel.add(input);
}
Aggregations