public abstract class WebComponent extends Object
| Constructor and Description |
|---|
WebComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends WebComponent> |
childs()
Gets all child components for this component.
|
List<UIEvent> |
events()
Gets all the UIEvents in this component.
|
static <T> T |
get(UIExpression expression,
Class<T> resultClasss,
T def)
Evals the given expression in the current ElEnviroment.
|
String |
getId()
Gets the component`s id.
|
String |
getStyleClass()
Gets the HTML style class for this component.
|
List<UIInputExpression> |
inputs()
Gets all the UIInputExpressions in this component.
|
void |
setId(String id)
Sets the component`s id.
|
public String getId()
public void setId(String id)
id - The component“s id.public String getStyleClass()
public static <T> T get(UIExpression expression, Class<T> resultClasss, T def)
T - The type for the result.expression - The expression to evaluate.resultClasss - The class for the result.def - The default value.public List<UIInputExpression> inputs()
public List<UIEvent> events()
public List<? extends WebComponent> childs()
Copyright © 2015–2016 Bridje Framework. All rights reserved.