super();
ledOn = new SoleilLedProperty();
ledOn.setSymbolFileName(iconOn);
ledOff = new SoleilLedProperty();
ledOn.setSymbolFileName(iconOff);
labelType= new SoleilAttributeBooleanDisplayProperty();
hAligmentType = new SoleilHorizontalAlignmentProperty();
try
{
setHorizontalAlignment(JButton.class.getField(hAlignment).getInt(this));