构造器和说明 |
---|
GridComponent() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBorderColor() |
int |
getBorderWidth() |
List<ColComponent> |
getCols() |
String |
getType() |
String |
initJs(RenderContext context) |
boolean |
isShowBorder() |
void |
setBorderColor(String borderColor) |
void |
setBorderWidth(int borderWidth) |
void |
setCols(List<ColComponent> cols) |
void |
setShowBorder(boolean showBorder) |
void |
setType(String type) |
String |
toHtml(RenderContext context) |
public String toHtml(RenderContext context)
public String initJs(RenderContext context)
public void setBorderColor(String borderColor)
public void setBorderWidth(int borderWidth)
public void setShowBorder(boolean showBorder)
public boolean isShowBorder()
public int getBorderWidth()
public String getBorderColor()
public List<ColComponent> getCols()
public void setCols(List<ColComponent> cols)
public void setType(String type)
Copyright © 2022 Bstek. All rights reserved.