getId method

String getId ()

Returns the id of this panel.

Implementation

String getId() {
  if (dia == null) return null;
  return dia.id;
}