Пример #1
0
 /**
  * @param inIsFormStyle boolean <code>true</code> if the widget is on a form, <code>false</code>
  *     if it is on the inspector part.
  */
 public void setFormStyle(final boolean inIsFormStyle) {
   provider.setFormStyle(inIsFormStyle);
 }