essentialPropertyPanel = new CheckBoxPanel(
entityContext, propertiesViewContext);
} else if (propertyConfig.getPropertyClass().equals(
"java.lang.String")
&& propertyConfig.getDisplayLengthInt() > App.MIN_LONG_TEXT_LENGTH) {
essentialPropertyPanel = new MultiLineLabelPanel(
entityContext, propertiesViewContext);
} else {
essentialPropertyPanel = new LabelPanel(entityContext,
propertiesViewContext);
}