}
lstPostFields.setModel(model);
}
private void setScreenFields() throws ClipsException {
tfWorkingLife = new NumberTextField(3);
tfCaption.setText(checkupType.getTitle());
taDescription.setText(checkupType.getDescription());
Element workingLife = metaDoc.getRootElement().getChild("workinglife");
if (workingLife != null) {
tfWorkingLife.setText(workingLife.getTextTrim());