Пример #1
0
 /**
  * Sets whether or not the this item should show the details (name and label).
  *
  * @param visible true if the item shows details
  */
 void setDetailsVisible(boolean visible) {
   fDetailsBlock.setVisible(visible);
 }