{
verifier.addBrokenRule("No list contents set", listComponent);
}
else
{
PrintOrderEnum listPrintOrder = listComponent.getPrintOrderValue() == null ? PrintOrderEnum.VERTICAL : listComponent.getPrintOrderValue();
Boolean listIgnoreWidth = listComponent.getIgnoreWidth();
boolean ignoreWidth = listIgnoreWidth != null
&& listIgnoreWidth.booleanValue();