Searched refs:subjField (Results 1 – 1 of 1) sorted by relevance
95 FormField subjField = form.getField("muc#roominfo_subject"); in RoomInfo() local96 …this.subject = ( subjField == null || !(subjField.getValues().hasNext()) ) ? "" : subjField.getVal… in RoomInfo()