*/ class FormConstants { const CREATE = 'create'; const READ = 'read'; const UPDATE = 'update'; const DELETE = 'delete'; const REORDER = 'reorder'; const RELOAD = 'reload'; }