package org.simantics.document.server.io; public interface IListItem { boolean isSelected(); boolean isEnabled(); String getValue(); String getKey(); String getIcon(); String getStyle(); }