Uses of Class
com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyInterestOffer.Status
-
Packages that use DbAgencyInterestOffer.Status Package Description com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.addons.contacts.db com.openindex.openestate.tool.agency.addons.contacts.gui -
-
Uses of DbAgencyInterestOffer.Status in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyInterestOffer.Status Modifier and Type Method Description void
AgencyEstateViewInterestsPanel.AssignmentTableRow. setStatus(DbAgencyInterestOffer.Status status)
-
Uses of DbAgencyInterestOffer.Status in com.openindex.openestate.tool.agency.addons.contacts.db
Fields in com.openindex.openestate.tool.agency.addons.contacts.db declared as DbAgencyInterestOffer.Status Modifier and Type Field Description DbAgencyInterestOffer.Status
DbAgencyInterestOffer. status
Methods in com.openindex.openestate.tool.agency.addons.contacts.db that return DbAgencyInterestOffer.Status Modifier and Type Method Description static DbAgencyInterestOffer.Status
DbAgencyInterestOffer.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbAgencyInterestOffer.Status[]
DbAgencyInterestOffer.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DbAgencyInterestOffer.Status in com.openindex.openestate.tool.agency.addons.contacts.gui
Methods in com.openindex.openestate.tool.agency.addons.contacts.gui with parameters of type DbAgencyInterestOffer.Status Modifier and Type Method Description void
InterestOfferStatusRenderer. render(DbAgencyInterestOffer.Status value, JLabel label)
-