Beispiel #1
0
 /**
  * Should this item show a text label.
  *
  * @param enabled true if it should
  */
 void setShowText(boolean enabled) {
   fDetailsBlock.setTextVisible(enabled);
 }