public boolean isDisabled() {
   return skinObject == null ? true : skinObject.getSuffix().indexOf("-disabled") >= 0;
 }