label.setForeground(Color.LIGHT_GRAY);
descText.setForeground(Color.LIGHT_GRAY);
disabledInfo.setForeground(Color.LIGHT_GRAY);
}
SimpleForm form = new SimpleForm();
form.addComponent(label);
if (!isHideDescriptionSelected()) {
form.addComponent(descText);
// if( disable )
// {
// form.addComponent( disabledInfo );