public abstract class InputComponent extends Object implements Component
限定符和类型 | 字段和说明 |
---|---|
protected LabelPosition |
labelPosition |
构造器和说明 |
---|
InputComponent() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBindParameter() |
String |
getLabel() |
LabelPosition |
getLabelPosition() |
String |
getType() |
void |
setBindParameter(String bindParameter) |
void |
setLabel(String label) |
void |
setLabelPosition(LabelPosition labelPosition) |
void |
setType(String type) |
String |
toHtml(RenderContext context) |
protected LabelPosition labelPosition
public String toHtml(RenderContext context)
public void setLabel(String label)
public String getLabel()
public void setLabelPosition(LabelPosition labelPosition)
public LabelPosition getLabelPosition()
public String getBindParameter()
public void setBindParameter(String bindParameter)
public void setType(String type)
Copyright © 2022 Bstek. All rights reserved.